Skip to content

Commit 8dc07d0

Browse files
committed
pin version of setuptools instead of vsc-install
1 parent d24a392 commit 8dc07d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ jobs:
4848
- name: Install pytest
4949
run: python -m pip install pytest
5050

51+
- name: Install old setuptools
52+
run: python -m pip install setuptools==59.8.0
53+
5154
- name: Install vsc-install
52-
run: python -m pip install vsc-install==0.21.4
55+
run: python -m pip install vsc-install
5356

5457
- name: Install build-tools
5558
run: python -m pip install .

0 commit comments

Comments
 (0)