Skip to content

Commit

Permalink
Update pythonpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraphic authored Jul 6, 2021
1 parent 31a7864 commit c5d86f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install gfortran build-essential git f2c pkg-config libhdf5-dev -y
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
Expand Down

0 comments on commit c5d86f1

Please sign in to comment.