Skip to content

Commit

Permalink
move pip list to after install
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamv committed Aug 22, 2024
1 parent 64c26ac commit d9bd5dc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 16 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/regression_test-numba_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
- uses: mpi4py/setup-mpi@v1
- name: Install dependencies
run: |
#sudo apt-get install libopenmpi-dev
#pip install numpy numba h5py matplotlib scipy pytest colorama mpi4py ngsolve distinctipy
pip list
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/regression_test-numba_cpu_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"] #, "macos-latest"
os: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v3
- name: Set up python 3.11
Expand All @@ -22,10 +22,8 @@ jobs:
- uses: mpi4py/setup-mpi@v1
- name: Install dependencies
run: |
#sudo apt-get install libopenmpi-dev
#pip install numpy numba h5py matplotlib scipy pytest colorama mpi4py ngsolve distinctipy
pip list
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/regression_test-numba_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
- uses: mpi4py/setup-mpi@v1
- name: Install dependencies
run: |
#sudo apt-get install libopenmpi-dev
#pip install numpy numba h5py matplotlib scipy pytest colorama mpi4py ngsolve distinctipy
pip list
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/regression_test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
- uses: mpi4py/setup-mpi@v1
- name: Install dependencies
run: |
#sudo apt-get install libopenmpi-dev
#pip install numpy numba h5py matplotlib scipy pytest colorama mpi4py ngsolve distinctipy
pip list
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/regression_test-python_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
- uses: mpi4py/setup-mpi@v1
- name: Install dependencies
run: |
#sudo apt-get install libopenmpi-dev
#pip install numpy numba h5py matplotlib scipy pytest colorama mpi4py ngsolve distinctipy
pip list
pip install -e .
pip list
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
Expand Down

0 comments on commit d9bd5dc

Please sign in to comment.