Skip to content

Commit

Permalink
ci(test,actions): Move to another part in case the env is refreshed
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Nov 4, 2024
1 parent 76c0d73 commit 7efb1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
# Needed because of issues outlined in
# https://github.com/actions/runner-images/issues/3371
echo "gfortran=gfortran-14" >> "$GITHUB_ENV"
gfortran --version
- name: "Install dependencies"
run: |
gfortran --version
python -m pip install --upgrade pip
python -m pip install nox poetry
Expand Down

0 comments on commit 7efb1dc

Please sign in to comment.