Skip to content

Commit

Permalink
Merge pull request #519 from jedwards4b/fix_github_workflow
Browse files Browse the repository at this point in the history
remove unused variable isPresent
  • Loading branch information
jedwards4b authored Dec 17, 2024
2 parents a91cedf + 7ad0de0 commit 4b636c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/srt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ 3.x ]
python-version: [ 3.8, 3.11, 3.x ]
env:
CC: mpicc
FC: mpifort
Expand Down

0 comments on commit 4b636c6

Please # to comment.