Skip to content

Commit

Permalink
Fix (tests/actions): Regenerated github actions configuration files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser committed May 24, 2024
1 parent 4537bf2 commit e7c8ed8
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'



if: ${{ !github.event.pull_request.draft }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'

- platform: 'windows-latest'


Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/examples_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'

- pytorch_version: '1.9.1'
jit_status: 'jit_enabled'

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/finn_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'



if: ${{ !github.event.pull_request.draft }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'

- platform: 'macos-latest'


Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ort_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'



if: ${{ !github.event.pull_request.draft }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'

- pytorch_version: '1.9.1'
jit_status: 'jit_enabled'

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reduced_develop_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'



if: ${{ !github.event.pull_request.draft }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reduced_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'

- platform: 'windows-latest'


Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reduced_examples_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'



if: ${{ !github.event.pull_request.draft }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reduced_finn_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'



if: ${{ !github.event.pull_request.draft }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reduced_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'

- platform: 'macos-latest'


Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reduced_ort_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'



if: ${{ !github.event.pull_request.draft }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reduced_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- python_version: '3.10'
pytorch_version: '1.9.1'

- python_version: '3.10'
pytorch_version: '1.10.1'



if: ${{ !github.event.pull_request.draft }}
Expand Down

0 comments on commit e7c8ed8

Please sign in to comment.