Skip to content

Commit

Permalink
test reverting back to older ford
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jan 3, 2024
1 parent 96ac533 commit 2fa7977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: contains( matrix.os, 'ubuntu')
run: |
python -m pip install --upgrade pip
pip install ford matplotlib
pip install ford==6.2.5 matplotlib
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install GFortran Linux
Expand Down

0 comments on commit 2fa7977

Please sign in to comment.