Skip to content

Commit f5135f0

Browse files
committed
Actions: Use pip install -e .[module] for module tests
1 parent a8c242b commit f5135f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ jobs:
433433
- name: Install MHKiT with optional dependency
434434
run: |
435435
python -m pip install --upgrade pip
436-
pip install "mhkit[${{ matrix.module }}]"
436+
pip install -e ".[${{ matrix.module }}]"
437437
pip install pytest
438438
439439
- name: Reinstall h5py and netCDF4 with system libraries

0 commit comments

Comments
 (0)