Skip to content

Commit

Permalink
exclude some older PyTorch python version test combinations due to ve…
Browse files Browse the repository at this point in the history
…rsion-specific test flakiness
  • Loading branch information
speediedan committed Oct 2, 2023
1 parent 8a7e11d commit c22ae9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ jobs:
# tests will include oldest and newest tested patch versions of pytorch-lightning
requires: ["oldest", "latest"]
release: ["latest"]
exclude: # PyTorch 1.9 does not support python 3.10
exclude:
- {os: ubuntu-20.04, python-version: "3.10", requires: "oldest"}
- {os: windows-2022, python-version: "3.10", requires: "oldest"}
- {os: macOS-11, python-version: "3.10", requires: "oldest"}
- {os: ubuntu-20.04, python-version: "3.8", requires: "oldest"}
- {os: windows-2022, python-version: "3.8", requires: "oldest"}
- {os: macOS-11, python-version: "3.8", requires: "oldest"}
# include:
# # adding when using a release candidate
# # - {os: ubuntu-20.04, python-version: "3.10", requires: "latest", release: "pre"}
Expand Down

0 comments on commit c22ae9e

Please sign in to comment.