Skip to content

Commit

Permalink
ci: try to fix python package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Nov 7, 2023
1 parent bc83851 commit 31a9740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
with:
fetch-depth: 0
- name: install pip
run: pip install pip==21.2.4 setuptools==57.4.0
run: pip install -U pip setuptools
- name: install kiara
run: pip install -U -e .
- name: install 'build' package
Expand Down

0 comments on commit 31a9740

Please sign in to comment.