|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
if: matrix.os != 'windows-2019'
|
|
|
shell: bash
|
|
|
run: |
|
|
|
- python -m pip install pytest
|
|
|
+ python -m pip install pytest setuptools
|
|
|
PYTHONPATH=built LD_LIBRARY_PATH=built/lib DYLD_LIBRARY_PATH=built/lib python -m pytest
|
|
|
|
|
|
- name: Set up Python 3.11
|