Skip to content

Commit

Permalink
CI: macos - disable pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed May 12, 2024
1 parent 2884c5b commit 6ef2e0d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ jobs:
with:
name: wheels-macos-${{ matrix.platform.target }}
path: dist
- name: pytest
if: ${{ !startsWith(matrix.platform.target, 'aarch64') }}
shell: bash
run: |
set -e
pip install pyreqwest_impersonate --find-links dist --force-reinstall
pip install pytest
pytest
#- name: pytest
# if: ${{ !startsWith(matrix.platform.target, 'aarch64') }}
# shell: bash
# run: |
# set -e
# pip install pyreqwest_impersonate --find-links dist --force-reinstall
# pip install pytest
# pytest

sdist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ef2e0d

Please sign in to comment.