Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Sep 2, 2024
1 parent aed61c2 commit 5ec2179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.8
if: runner.os == "macOS" && runner.arch == "ARM64"
if: runner.os == 'macOS' && runner.arch == 'ARM64'

########################################################################
# flatbuffers
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:

- name: Debug windows
uses: mxschmitt/action-tmate@v3
if: runner.os == "Windows"
if: runner.os == 'Windows'

- name: Build wheels
uses: pypa/cibuildwheel@v2.20.0
Expand Down

0 comments on commit 5ec2179

Please sign in to comment.