Skip to content

Commit

Permalink
explicitly add pytest to fix Python 3.10 test in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Geo committed Mar 22, 2024
1 parent 07a002f commit 02018c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
uses: prefix-dev/[email protected]
- name: Setup older Python versions
run: pixi add python=${{ matrix.python-version }}
- name: Make sure pytest is installed correctly for the current Python version
run: pixi add pytest
- name: Run Tests
run: pixi run test

Expand Down
18 changes: 9 additions & 9 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ openpyxl = "*"
shapely = ">=2.0.1"
pyvista = "*"
black = "*"
pytest = "*"
pytest = ">=8.1.1,<8.2"
pytest-cov = "*"
ruff = "*"
sphinx = "*"
Expand Down

0 comments on commit 02018c9

Please sign in to comment.