Skip to content

Commit 05b6ef7

Browse files
committed
Install wheel
1 parent 525fe34 commit 05b6ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install required dependencies
4949
run: |
50-
python -m pip install python-dateutil pytz numpy cython
50+
python -m pip install --upgrade pip setuptools wheel python-dateutil pytz numpy cython
5151
shell: bash -el {0}
5252

5353
- name: Pip install with extra

0 commit comments

Comments
 (0)