Skip to content

Commit f3a7b11

Browse files
committed
update ci
1 parent 729db5b commit f3a7b11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
echo name=$NAME >> $GITHUB_OUTPUT
6565
- name: Install requirements
6666
run: |
67-
pip install -U pip setuptools
68-
pip install -r requirements-dev.txt
69-
pip install -r requirements-iris.txt
70-
pip install -e .
67+
pip install -U pip setuptools wheel \
68+
-r requirements-dev.txt \
69+
-r requirements-iris.txt \
70+
-e .
7171
7272
- name: Build Python package
7373
run: ./scripts/build-dist.sh

0 commit comments

Comments
 (0)