Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Nov 13, 2022
1 parent 8540310 commit fb9cdc7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/miniconda.yml
Expand Up @@ -71,9 +71,8 @@ jobs:
micromamba activate TEST
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
nc-config --all
export MPI4PY_INCLUDE=`python -c 'import mpi4py; print(mpi4py.get_include())'`
echo "MPI4PY_INCLUDE=${MPI4PY_INCLUDE}"
pip install -v -e . --no-deps --force-reinstall
#export MPI4PY_INCLUDE=`python -c 'import mpi4py; print(mpi4py.get_include())'`
pip install -v -e . --no-build-isolation --no-deps --force-reinstall
- name: Debug conda
shell: bash -l {0}
Expand Down

0 comments on commit fb9cdc7

Please sign in to comment.