Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarhurst committed May 13, 2024
1 parent 5f32f29 commit a39b79d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
# with:
# name: package-dist
# path: dist/
- name: Install requests
run: pip install requests

- name: Install zipfile
run: pip install zipfile

- name: add dll
run: python3 src/hecdss/download_hecdss.py

Expand Down

0 comments on commit a39b79d

Please sign in to comment.