Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Oct 2, 2024
1 parent 63accca commit 8c9dac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
build-wheel:
needs: check-for-new-commits
if : ${{ needs.check-for-new-commits.outputs.NEW_COMMITS == 'true' }}
uses: kaizhang/SnapATAC2/.github/workflows/wheels.yml@main
uses: regulatory-genomics/precellar/.github/workflows/wheels.yml@main

publish:
needs: build-wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:

build-wheel:
needs: build-and-test
uses: kaizhang/SnapATAC2/.github/workflows/wheels.yml@main
uses: regulatory-genomics/precellar/.github/workflows/wheels.yml@main

0 comments on commit 8c9dac1

Please sign in to comment.