Skip to content

Commit

Permalink
* update pixi post-install
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Jun 9, 2024
1 parent 26b847f commit 6bd7dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ jobs:
pixi-version: v0.19.1
manifest-path: "pixi.toml"

- name: Custom pixi install
- name: pixi post-install
working-directory: pymake
run: |
pixi run install
pixi run postinstall
- name: Download examples for pytest runs
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pymake-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
pixi-version: v0.19.1
manifest-path: "pixi.toml"

- name: Custom pixi install
- name: pixi post-install
working-directory: pymake
run: |
pixi run install
pixi run postinstall
- name: Setup GNU Fortran
Expand Down

0 comments on commit 6bd7dc5

Please sign in to comment.