Skip to content

Commit aabefc9

Browse files
authored
Merge pull request #120 from Genentech/install-tox
Install tox in pypi-publish.yml
2 parents f22f1ec + 4b2464b commit aabefc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: _build/
3333
force_orphan: true
34+
- name: Install dependencies
35+
run: |
36+
python -m pip install --upgrade pip
37+
pip install tox
3438
- name: Build Project
3539
run: |
3640
python -m tox -e clean,build

0 commit comments

Comments
 (0)