Skip to content

Commit

Permalink
Main pin pixi 0.15.2 (Deltares#839)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Vente <[email protected]>
  • Loading branch information
deltamarnix and savente93 authored Mar 11, 2024
1 parent 69ad608 commit f59f7a5
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-data-catalogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
pixi-version: "latest"
pixi-version: "v0.15.2"
environments: min-py311
- name: Prepare pixi
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
pixi-version: "latest"
pixi-version: "v0.15.2"
environments: full-py311
- name: Prepare pixi
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: prefix-dev/[email protected]
with:
pixi-version: "latest"
pixi-version: "v0.15.2"
cache: false
- name: Update pixi lock file
run: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- data/*
- pyproject.toml
- pixi.lock
- pixi.toml
- .github/workflows/tests.yml
pull_request:
branches:
- main
Expand All @@ -22,6 +24,8 @@ on:
- data/*
- pyproject.toml
- pixi.lock
- pixi.toml
- .github/workflows/tests.yml


jobs:
Expand All @@ -46,7 +50,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: "latest"
pixi-version: "v0.15.2"
environments: full-py${{ matrix.python-version }}
- name: Prepare pixi
run: |
Expand Down
Loading

0 comments on commit f59f7a5

Please sign in to comment.