Skip to content

Commit

Permalink
fix(ci): only setup python on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jul 26, 2024
1 parent 2178785 commit e14eb2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:
echo "OpenMP_ROOT=$(brew --prefix)/opt/libomp" >> $GITHUB_ENV
- name: 🐍 Install Python
if: ${{ inputs.os == 'windows-latest' }}
uses: actions/setup-python@v5
with:
python-version: "3.12"

0 comments on commit e14eb2b

Please sign in to comment.