Skip to content

Commit a17944b

Browse files
upgrade setuptools
1 parent d23766a commit a17944b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: "pip"
2323
- name: install dependencies
2424
run: |
25-
python -m pip install --upgrade pip
25+
python -m pip install --upgrade pip setuptools
2626
pip install --no-cache-dir -r requirements/requirements.txt
2727
pip install --no-cache-dir -r requirements/requirements-extra.txt
2828
pip install --no-cache-dir -r requirements/requirements-dev.txt

0 commit comments

Comments
 (0)