Skip to content

Commit

Permalink
Pin pixi for now (#268)
Browse files Browse the repository at this point in the history
Let's revert this when prefix-dev/pixi#951 is merged and released
  • Loading branch information
Hofer-Julian authored Mar 11, 2024
1 parent 34fe595 commit a2db0b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.5.1
with:
pixi-version: "latest"
pixi-version: "v0.15.2"
- name: Prepare pixi
run: pixi run install
- name: Run ruff format
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.5.1
with:
pixi-version: "latest"
pixi-version: "v0.15.2"
- name: Prepare pixi
run: pixi run install
- name: Run mypy on imodc
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.5.1
with:
pixi-version: "latest"
pixi-version: "v0.15.2"
- name: Prepare pixi
run: pixi run install
- name: Check packages
Expand Down

0 comments on commit a2db0b1

Please sign in to comment.