Skip to content

Commit

Permalink
Switch to mdi conda-forge package in CI (#176)
Browse files Browse the repository at this point in the history
* Switch to conda mdi package

* Update ci.yml
  • Loading branch information
taylor-a-barnes authored Jan 30, 2025
1 parent 25b5892 commit c816a99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ jobs:
sudo apt-get install gfortran
conda install -y -c conda-forge numpy
conda install -y -c conda-forge pytest
conda install -y -c conda-forge pymdi
conda install -y -c conda-forge mdi mpi4py
- name: Install local build
shell: bash -el {0}
Expand All @@ -426,7 +426,6 @@ jobs:
cd build
cmake -Dtest_codes=ON -DCMAKE_INSTALL_PREFIX=./install ..
make VERBOSE=1
#make install
rm MDI_Library/__init__.py
rm MDI_Library/mdi.py
ls
Expand Down

0 comments on commit c816a99

Please sign in to comment.