Skip to content

Commit

Permalink
Remove setuptools downgrade step on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Jul 5, 2024
1 parent 30707ae commit ba1b039
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
python3 -m venv ./.venv
echo "$PWD/.venv/bin" >> $GITHUB_PATH
# install previous version of setuptools as temporary fix
# see also recommendations here: https://github.com/pypa/setuptools/issues/3227
- name: Python Dependencies (macOS)
if: runner.os == 'macOS'
run: python3 -m pip install 'setuptools<61'

- name: Python Dependencies (all)
run: python3 -m pip install Cython pytest pyparsing toml

Expand Down

0 comments on commit ba1b039

Please sign in to comment.