Skip to content

Commit

Permalink
Update pip-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes authored Feb 7, 2024
1 parent dea632d commit de2cff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build wheel
run: |
if [ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" ]; then
if [[ "$RUNNER_OS" == "Linux" || "$RUNNER_OS" == "macOS" ]]; then
python -m cibuildwheel --output-dir wheelhouse
else
echo "$RUNNER_OS not supported"
Expand Down

0 comments on commit de2cff1

Please sign in to comment.