Skip to content

Commit

Permalink
Only test oldest deps with oldest Python
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Jan 27, 2024
1 parent 484d80c commit 01d1156
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ jobs:
- ubuntu
- macos
- windows
python:
- "3.8"
- "3.12"
dependencies:
- latest
- oldest
- latest
include:
- dependencies: oldest
python: "3.8"
- dependencies: latest
python: "3.12"
env:
REQUIREMENTS: env/requirements-build.txt env/requirements-test.txt
# Used to tag codecov submissions
Expand Down

0 comments on commit 01d1156

Please sign in to comment.