Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ianspektor committed Jan 31, 2024
1 parent 163c90b commit ff20faa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ jobs:
path: dist

test-install:
# needs: [build-linux, build-macos-intel, build-macos-arm]
needs: [build-macos-arm]
needs: [build-linux, build-macos-intel]
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
Expand Down

0 comments on commit ff20faa

Please sign in to comment.