We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729db5b commit f3a7b11Copy full SHA for f3a7b11
.github/workflows/python-publish.yml
@@ -64,10 +64,10 @@ jobs:
64
echo name=$NAME >> $GITHUB_OUTPUT
65
- name: Install requirements
66
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 .
+ pip install -U pip setuptools wheel \
+ -r requirements-dev.txt \
+ -r requirements-iris.txt \
+ -e .
71
72
- name: Build Python package
73
run: ./scripts/build-dist.sh
0 commit comments