Skip to content

Commit

Permalink
Added "Install setuptools" to .github/workflows/python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylor32 committed Dec 9, 2023
1 parent d80c85d commit 44d3962
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-${{ matrix.tox-env }}-
- name: Install setuptools
run: pip install setuptools

- name: Install tox
run: pip install tox==3.*

Expand Down

0 comments on commit 44d3962

Please sign in to comment.