Skip to content

Commit 3748811

Browse files
authored
Merge pull request #2 from xhan97/develop
fix deploy
2 parents fb6a545 + 929d3c1 commit 3748811

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: prefix-dev/setup-pixi@v0.8.1
19+
- uses: prefix-dev/setup-pixi@v0.8.3
2020
with:
21-
pixi-version: v0.23.0
21+
pixi-version: v0.41.4
2222
environments: doc
2323
frozen: true
2424

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: prefix-dev/setup-pixi@v0.8.1
16+
- uses: prefix-dev/setup-pixi@v0.8.3
1717
with:
18-
pixi-version: v0.23.0
18+
pixi-version: v0.41.4
1919
environments: lint
2020
frozen: true
2121

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: prefix-dev/setup-pixi@v0.8.1
20+
- uses: prefix-dev/setup-pixi@v0.8.3
2121
with:
22-
pixi-version: v0.23.0
22+
pixi-version: v0.41.4
2323
environments: ${{ matrix.environment }}
2424
frozen: true
2525

0 commit comments

Comments
 (0)