Skip to content

Commit 6aa06b6

Browse files
committed
Fix CI
1 parent d2ca51a commit 6aa06b6

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
@@ -136,7 +136,7 @@ jobs:
136136
python-version: 3.8
137137
- name: Install dependencies
138138
run:
139-
python -m pip install --update pip wheel twine
139+
python -m pip install -U pip wheel twine
140140
- name: Make dists
141141
run:
142142
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)