Skip to content

Commit

Permalink
added python version verification
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 12, 2024
1 parent 7b6fa32 commit 6381f45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
shell: bash -el {0}
run: |
mpiexec --version
- name: Check Python version
shell: bash -el {0}
run: |
python --version
- name: Install HNN-core
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 6381f45

Please sign in to comment.