Skip to content

Commit 6e14e9f

Browse files
committed
Fix CI
1 parent 373bc08 commit 6e14e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
python-version: 3.8
160160
- name: Install dependencies
161161
run:
162-
python -m pip install --update pip wheel twine
162+
python -m pip install -U pip wheel twine
163163
- name: Make dists
164164
run:
165165
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)