From 9a1c2c0861cdbba6c8511be2b8a274cb700a4ae7 Mon Sep 17 00:00:00 2001 From: Dima Gerasimov Date: Mon, 16 Jan 2023 23:43:19 +0000 Subject: [PATCH] work around for some breaking change in setuptools 66.0.0 see https://github.com/pypa/setuptools/issues/3772#issuecomment-1384671296 --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5011e5c7..a6d379b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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