Skip to content

Commit

Permalink
Fix pixi version to 0.12.0
Browse files Browse the repository at this point in the history
Should fix mypy
  • Loading branch information
deltamarnix committed Feb 5, 2024
1 parent 5bb2c45 commit ee2c055
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.5.1
with:
pixi-version: "latest"
pixi-version: v0.12.0
- name: Prepare pixi
run: pixi run install-without-pre-commit
- name: Print mypy version
run: pixi run mypy --version
- name: Run mypy on python/ribasim
run: |
pixi run mypy-ribasim-python
Expand Down

0 comments on commit ee2c055

Please sign in to comment.