Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Dec 11, 2023
1 parent 729db5b commit f3a7b11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
echo name=$NAME >> $GITHUB_OUTPUT
- name: Install requirements
run: |
pip install -U pip setuptools
pip install -r requirements-dev.txt
pip install -r requirements-iris.txt
pip install -e .
pip install -U pip setuptools wheel \
-r requirements-dev.txt \
-r requirements-iris.txt \
-e .
- name: Build Python package
run: ./scripts/build-dist.sh
Expand Down

0 comments on commit f3a7b11

Please sign in to comment.