Skip to content

Commit

Permalink
Why does this run on non-macos???
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 14, 2024
1 parent 9db1fec commit b5e8777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-neuron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
FLAVOUR_SCRIPT: scripts/install_${{matrix.os.flavour}}.sh

# MacOS has 3.13 as default, so we instead install the max supported one
- if: ${{matrix.os.flavour}} == 'macOS'
- if: startsWith(matrix.os.flavour, 'macOS')
name: Set up Python@${{ env.MAX_PYTHON_VERSION }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit b5e8777

Please sign in to comment.