Skip to content

Commit

Permalink
work around for some breaking change in setuptools 66.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Jan 16, 2023
1 parent 2314f58 commit 9a1c2c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -101,6 +101,9 @@ jobs:
- run: .ci/github-ci-compat

- run: |
# work around for some breaking change in setuptools 66.0.0
# see https://github.com/pypa/setuptools/issues/3772#issuecomment-1384671296
python3 -m pip install --force setuptools==65.7.0
python3 -m pip install .
export PATH=.ci/fake-systemd:$PATH
tests/install_and_run
Expand Down

0 comments on commit 9a1c2c0

Please sign in to comment.