File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments