Skip to content

Commit

Permalink
using python3 command
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 12, 2024
1 parent af158ab commit 79195a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
- name: Install dependencies
shell: bash -el {0}
run: |
python -m pip install --upgrade pip
python -m pip install mpi4py openmpi
python3 -m pip install --upgrade pip
python3 -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}
run: |
Expand Down

0 comments on commit 79195a4

Please sign in to comment.