Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Sep 30, 2023
1 parent d0123b0 commit 86a88f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:

manylinux2_28_test:
runs-on: ubuntu-latest
needs: ['manylinux2_28']
needs: ['manylinux2_28', 'build_sdist']
strategy:
matrix:
python: [3.8, 3.9, "3.10", "3.11"]
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
upload_to_PyPI:
runs-on: ubuntu-latest
needs: ['macOS_test', 'manylinux2_28_test', 'build_sdist']
needs: ['macOS_test', 'manylinux2_28_test']
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
Expand Down

0 comments on commit 86a88f8

Please sign in to comment.