Skip to content

Commit

Permalink
fix install meep
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Oct 17, 2023
1 parent a7b0863 commit 580bf2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/install_meep.sh

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ jobs:
init-shell: bash
- name: Install dependencies
run: |
micromamba create -p ./env
micromamba activate ./env/
micromamba install -c conda-forge pymeep=*=mpi_mpich_* nlopt -y
pip install -e .[dev]
- name: Test with pytest
run: |
make meep
pytest gplugins/gmeep gplugins/modes
test_non_pip:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 580bf2b

Please sign in to comment.