Skip to content

Commit

Permalink
testing only macos python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 12, 2024
1 parent 79195a4 commit 29e42fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,16 @@ jobs:
- name: Install dependencies
shell: bash -el {0}
run: |
python3 -m pip install --upgrade pip
python3 -m pip install mpi4py openmpi
python -m pip install --upgrade pip
python -m pip install mpi4py openmpi
- name: Check MPI version
shell: bash -el {0}
run: |
mpiexec --version
- name: Check Python version
shell: bash -el {0}
run: |
python --version
python3 --version
- name: Install HNN-core
shell: bash -el {0}
Expand Down

0 comments on commit 29e42fd

Please sign in to comment.