Skip to content

Commit

Permalink
Merge pull request #44 from niaid/docs_update
Browse files Browse the repository at this point in the history
Fix GHA package dependency
  • Loading branch information
blowekamp authored Mar 6, 2024
2 parents d0aca37 + faf7fea commit 2b97d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

github_publish:
if: startsWith(github.ref, 'refs/tags/v')
needs: package_docs
needs: package
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.11
Expand Down

0 comments on commit 2b97d4e

Please sign in to comment.