Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 21, 2024
1 parent c384c4c commit 97cf87f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test_fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
python-version: "3.x"

- name: Install python requirements
run: python -m pip install numpy

- name: Run Build and Test Script
run: bash fortran/tests/run_tests.sh

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: Python tests

on: [push, pull_request]

Expand Down

0 comments on commit 97cf87f

Please sign in to comment.