Skip to content

Commit

Permalink
chore(ci): remove ill macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChieloNewctle committed May 9, 2024
1 parent 6badcbb commit f19ff21
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,6 @@ jobs:
with:
name: wheels-macos-${{ matrix.target }}
path: python/dist
- name: pytest
if: ${{ !startsWith(matrix.target, 'aarch64') }}
shell: bash
run: |
set -e
pip install --pre "mtc_token_healing[test]" --find-links dist --force-reinstall
pytest --import-mode=importlib

sdist:
needs: [test]
Expand Down

0 comments on commit f19ff21

Please sign in to comment.