Skip to content

Commit

Permalink
Merge pull request #35 from Genentech/fix-workflow
Browse files Browse the repository at this point in the history
fixed bug in pypi-publish workflow
  • Loading branch information
avantikalal authored Jul 27, 2024
2 parents ef2f2a7 + 485ccc9 commit 0f76b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.10'
- name: Install dependencies
run: >-
run: |
pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Sphinx build
Expand Down

0 comments on commit 0f76b7b

Please sign in to comment.