Skip to content

Commit

Permalink
fixed formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
costigt-dev committed Mar 15, 2024
1 parent 9765de8 commit 5558ee9
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 28 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/develop_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,3 @@ jobs:
- name: Run Nox session for testing brevitas_examples develop install and imports
shell: bash
run: nox -v -s tests_brevitas_examples_install_dev-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ jobs:
- name: Run Nox session for end-to-end flows
shell: bash
run: nox -v -s tests_brevitas_end_to_end-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/examples_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ jobs:
- name: Run Nox session for brevitas_examples pytest
shell: bash
run: nox -v -s tests_brevitas_examples_cpu-${{ matrix.python_version }}\(${{ matrix.jit_status }}\,\ pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/finn_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ jobs:
- name: Run Nox session for Brevitas-FINN integration
shell: bash
run: nox -v -s tests_brevitas_finn_integration-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ jobs:
- name: Run Nox session for Notebook execution
shell: bash
run: nox -v -s tests_brevitas_notebook-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/ort_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ jobs:
- name: Run Nox session for Brevitas-ORT integration
shell: bash
run: nox -v -s tests_brevitas_ort_integration-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ jobs:
- name: Run Nox session for brevitas pytest
shell: bash
run: nox -v -s tests_brevitas_cpu-${{ matrix.python_version }}\(${{ matrix.jit_status }}\,\ pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/reduced_develop_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ jobs:
- name: Run Nox session for testing brevitas_examples develop install and imports
shell: bash
run: nox -v -s tests_brevitas_examples_install_dev-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/reduced_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,3 @@ jobs:
- name: Run Nox session for end-to-end flows
shell: bash
run: nox -v -s tests_brevitas_end_to_end-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/reduced_examples_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,3 @@ jobs:
- name: Run Nox session for brevitas_examples pytest
shell: bash
run: nox -v -s tests_brevitas_examples_cpu-${{ matrix.python_version }}\(${{ matrix.jit_status }}\,\ pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/reduced_finn_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,3 @@ jobs:
- name: Run Nox session for Brevitas-FINN integration
shell: bash
run: nox -v -s tests_brevitas_finn_integration-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/reduced_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,3 @@ jobs:
- name: Run Nox session for Notebook execution
shell: bash
run: nox -v -s tests_brevitas_notebook-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/reduced_ort_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,3 @@ jobs:
- name: Run Nox session for Brevitas-ORT integration
shell: bash
run: nox -v -s tests_brevitas_ort_integration-${{ matrix.python_version }}\(\pytorch_${{ matrix.pytorch_version }}\)


2 changes: 0 additions & 2 deletions .github/workflows/reduced_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,3 @@ jobs:
- name: Run Nox session for brevitas pytest
shell: bash
run: nox -v -s tests_brevitas_cpu-${{ matrix.python_version }}\(${{ matrix.jit_status }}\,\ pytorch_${{ matrix.pytorch_version }}\)


0 comments on commit 5558ee9

Please sign in to comment.