Skip to content

Commit

Permalink
Update molecular-build.yml
Browse files Browse the repository at this point in the history
attempt to use bash shell syntax on windows runner as well
  • Loading branch information
scorpion81 authored Jan 11, 2025
1 parent 1151ae8 commit 8f8ad0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/molecular-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Build with Cython
id: build
# run: echo "::set-output name=version::$(python make_release.py)"
# force bash shell on windows too
shell: bash
run: echo "version=$(python make_release.py)" >> $GITHUB_OUTPUT
- name: Upload windows zip
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8f8ad0e

Please sign in to comment.