We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24a392 commit 8dc07d0Copy full SHA for 8dc07d0
.github/workflows/unittest.yml
@@ -48,8 +48,11 @@ jobs:
48
- name: Install pytest
49
run: python -m pip install pytest
50
51
+ - name: Install old setuptools
52
+ run: python -m pip install setuptools==59.8.0
53
+
54
- name: Install vsc-install
- run: python -m pip install vsc-install==0.21.4
55
+ run: python -m pip install vsc-install
56
57
- name: Install build-tools
58
run: python -m pip install .
0 commit comments