Skip to content

Commit

Permalink
swap logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jun 20, 2024
1 parent 528323f commit e763438
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
--timeout 60
- name: run docstring tests
if: contains(matrix.environment-file, 'ci/310-oldest.yaml')
if: contains(matrix.environment-file, 'latest') || contains(matrix.environment-file, 'dev')
run: |
pytest \
-v \
Expand Down
1 change: 1 addition & 0 deletions ci/310-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ dependencies:
- codecov
- pytest
- pytest-cov
- pytest-doctestplus
- pytest-timeout
- pytest-xdist
1 change: 0 additions & 1 deletion ci/310-oldest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ dependencies:
- pytest-cov
- pytest-timeout
- pytest-xdist
- pytest-doctestplus
1 change: 1 addition & 0 deletions ci/311-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ dependencies:
- codecov
- pytest
- pytest-cov
- pytest-doctestplus
- pytest-timeout
- pytest-xdist
1 change: 1 addition & 0 deletions ci/312-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- codecov
- pytest
- pytest-cov
- pytest-doctestplus
- pytest-timeout
- pytest-xdist
- pip:
Expand Down
1 change: 1 addition & 0 deletions ci/312-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- codecov
- pytest
- pytest-cov
- pytest-doctestplus
- pytest-timeout
- pytest-xdist
# for docs build action (this env only)
Expand Down

0 comments on commit e763438

Please sign in to comment.