Skip to content

Commit

Permalink
Merge pull request #139 from glamod/ludwiglierhammer-patch-20
Browse files Browse the repository at this point in the history
install requirements
  • Loading branch information
ludwiglierhammer authored Oct 23, 2024
2 parents 2b05694 + b2899e4 commit 743fca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: "3.x"
- name: Install packaging libraries
run: |
python -m pip install flit==3.9.0
python -m pip install -r ci/requirements/requirements_ci.txt
- name: Build a binary wheel and a source tarball
run: |
python -m flit build
Expand Down

0 comments on commit 743fca5

Please sign in to comment.