Skip to content

Commit

Permalink
pixi prevents different python versions via ci.yml matrix, so hardcod…
Browse files Browse the repository at this point in the history
…e in pixi.toml
  • Loading branch information
veenstrajelmer committed Dec 4, 2023
1 parent 47cb23b commit d70003d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
uses: pre-commit/[email protected]

build:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- name: Check out repo
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pymetis = "*"
pyproj = "*"
pytest = "*"
pytest-cov = "*"
python = ">=3.9"
python = "==3.9"
ruff = "*"
shapely = ">=2.0"
scipy = "*"
Expand Down

0 comments on commit d70003d

Please sign in to comment.