Skip to content

Commit

Permalink
workflow update - fix yml bug v2 (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoresi committed Feb 26, 2020
1 parent 0ce8a08 commit 88037a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_deploy_release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
python-version: '3.x'

- name: Install gfortran
run: |
sudo apt-get install -y gfortran
run: |
sudo apt-get install -y gfortran
- name: Install dependencies
run: |
Expand Down

0 comments on commit 88037a0

Please sign in to comment.