Skip to content

Commit

Permalink
Revert "Workaround for bug in setuptools 60.9.0 (#69)" (#71)
Browse files Browse the repository at this point in the history
This reverts commit 0211973.
  • Loading branch information
jcugat authored Feb 15, 2022
1 parent 6657f6a commit 2f7e865
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ 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 2f7e865

Please sign in to comment.