Skip to content

Commit

Permalink
ci(test,actions): πŸ› Uncomment lines
Browse files Browse the repository at this point in the history
Why is the yaml lsp like this...
  • Loading branch information
teald committed Nov 4, 2024
1 parent a486e83 commit 76c0d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/source_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: |
# Needed because of issues outlined in
# https://github.com/actions/runner-images/issues/3371
# echo "gfortran=gfortran-14" >> "$GITHUB_ENV"
# gfortran --version
echo "gfortran=gfortran-14" >> "$GITHUB_ENV"
gfortran --version
- name: "Install dependencies"
run: |
Expand Down

0 comments on commit 76c0d73

Please sign in to comment.