Skip to content

Commit

Permalink
Workaround for bug in setuptools 60.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcugat committed Feb 14, 2022
1 parent 5d81bf5 commit b306756
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry setuptools wheel
# Workaround for bug in setuptools 60.9.0
# https://github.com/pypa/setuptools/issues/3102
python -m pip install setuptools==60.8.2
poetry install -v
- name: Run tox targets for ${{ matrix.python-version }}
run: |
Expand Down

0 comments on commit b306756

Please sign in to comment.