Skip to content

Commit

Permalink
ci(release): pixi fix in os tag step
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Apr 4, 2024
1 parent f31f84f commit fa73c4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
- name: Get OS tag
id: ostag
working-directory: modflow6
shell: pixi run bash -e {0}
run: |
ostag=$(python -c "from modflow_devtools.ostags import get_ostag; print(get_ostag())")
Expand Down Expand Up @@ -376,6 +377,8 @@ jobs:

- name: Get OS tag
id: ostag
working-directory: modflow6
shell: pixi run bash -e {0}
run: |
ostag=$(python -c "from modflow_devtools.ostags import get_ostag; print(get_ostag())")
echo "ostag=$ostag" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -536,7 +539,6 @@ jobs:
working-directory: modflow6
shell: pixi run bash -e {0}
run: |
cd ..
ostag=$(python -c "from modflow_devtools.ostags import get_ostag; print(get_ostag())")
if [[ "${{ matrix.parallel }}" == "true" ]]; then
ostag="${ostag}par"
Expand Down

0 comments on commit fa73c4f

Please sign in to comment.