Skip to content

Commit 9b9a03c

Browse files
committed
fix CI - pin setuptools and adding wheel for compatibility
1 parent cd6bbc8 commit 9b9a03c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
- uses: actions/setup-python@v2
3333
with:
3434
python-version: 3.9.18
35+
- name: Install wheel and pin setuptools for compatibility
36+
run: |
37+
pip install wheel
38+
pip install "setuptools==65.5.1"
3539
- name: Install Python Dependencies
3640
run: |
3741
pip install -r requirements.txt -r dev-requirements.txt

0 commit comments

Comments
 (0)