Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 13, 2024
1 parent d8f2569 commit 0dd5c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: ${{ ! startsWith(runner.os, 'Mac') }}
run: |
python -m pip wheel --wheel-dir ./dist .
python -m pip install --upgrade -editable ".[test,docs]"
python -m pip install --upgrade --editable ".[test,docs]"
env:
# Ensure we test with assertions enabled.
# As opposed to the manylinux builds, which we distribute and
Expand All @@ -59,7 +59,7 @@ jobs:
if: startsWith(runner.os, 'Mac')
run: |
python -m pip wheel --wheel-dir ./dist .
python -m pip install --upgrade -editable ".[test,docs]"
python -m pip install --upgrade --editable ".[test,docs]"
ls -l dist
# Something in the build system isn't detecting that we're building for both,
# so we're getting tagged with just x86_64. Force the universal2 tag.
Expand Down

0 comments on commit 0dd5c75

Please sign in to comment.