Skip to content

Commit

Permalink
Fix extra paren
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 6, 2023
1 parent 3b0c2d1 commit d82e1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "NP_BUILD_DEP=$(echo numpy==1.23.2)" >> $GITHUB_ENV
echo "NP_TEST_DEP=$(echo numpy==1.23.2)" >> $GITHUB_ENV
elif [ "$PYTHON_VERSION" == '3.12' ]; then
echo "NP_BUILD_DEP=$(echo numpy==1.26.0" >> $GITHUB_ENV
echo "NP_BUILD_DEP=$(echo numpy==1.26.0)" >> $GITHUB_ENV
echo "NP_TEST_DEP=$(echo numpy==1.26.0)" >> $GITHUB_ENV
else
echo "None of the defined python version, use default"
Expand Down

0 comments on commit d82e1ff

Please sign in to comment.