Skip to content

Commit efb0696

Browse files
Install editable
1 parent a7c4e1b commit efb0696

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
echo "PKG_CONFIG_PATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/lib/pkgconfig:$MAMBA_ROOT_PREFIX/envs/libsemigroups/share/pkgconfig:/usr/local/lib/pkgconfig" >> $GITHUB_ENV
4444
echo "LD_LIBRARY_PATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/lib:/usr/local/lib" >> $GITHUB_ENV
4545
echo "LC_RPATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/lib:/usr/local/lib" >> $GITHUB_ENV
46+
echo "DYLD_PRINT_LIBRARIES=1" >> $GITHUB_ENV
4647
echo "PATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/bin:$PATH" >> $GITHUB_ENV
4748
- name: "Check Python version . . ."
4849
run: |
@@ -52,7 +53,7 @@ jobs:
5253
run: pip install -r requirements.txt
5354
- name: "Pip install libsemigroups_pybind11 . . ."
5455
run: |
55-
CXX="${{ matrix.compiler }}" pip install . -v
56+
CXX="${{ matrix.compiler }}" pip install -e . -v
5657
- name: "Run tests . . ."
5758
run: |
5859
python -m pytest -vv tests/test_*.py

0 commit comments

Comments
 (0)