Skip to content

Commit

Permalink
installing mpi4py via other means
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 committed May 14, 2024
1 parent e3a7fcf commit 5dd9b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/numba_self_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
conda create --name ghaction_temp python=3.11
conda activate ghaction_temp
which python
bash install.sh --hpc
conda install conda-forge::mpi4py
bash install.sh
- name: Debug
run: |
source ~/miniconda3/etc/profile.d/conda.sh
Expand Down

0 comments on commit 5dd9b61

Please sign in to comment.