Skip to content

Commit 8bad0d3

Browse files
author
bilalcodehub
committed
Fix: upgrade setuptools early in CI to avoid girder-client error on Windows
Signed-off-by: bilalcodehub <[email protected]>
1 parent 1302a78 commit 8bad0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
rm -rf /opt/hostedtoolcache
4646
- name: Install dependencies
4747
run: |
48-
python -m pip install --upgrade pip wheel
48+
python -m pip install --upgrade pip setuptools wheel
4949
pip install -r requirements.txt
5050
5151
build:

0 commit comments

Comments
 (0)