Skip to content

Commit 88037a0

Browse files
author
lmoresi
committed
workflow update - fix yml bug v2 (?)
1 parent 0ce8a08 commit 88037a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python_deploy_release_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
python-version: '3.x'
1717

1818
- name: Install gfortran
19-
run: |
20-
sudo apt-get install -y gfortran
19+
run: |
20+
sudo apt-get install -y gfortran
2121
2222
- name: Install dependencies
2323
run: |

0 commit comments

Comments
 (0)