Skip to content

Commit

Permalink
fix github actions: install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
brean committed Nov 27, 2023
1 parent 2c9b9be commit 8559cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install pipenv
run: |
python -m pip install --upgrade pipenv wheel
python -m pip install --upgrade pipenv wheel setuptools
- id: cache-pipenv
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install pipenv
run: |
python -m pip install --upgrade pipenv wheel
python -m pip install --upgrade pipenv wheel setuptools
- id: cache-pipenv
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 8559cf1

Please sign in to comment.