diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5488fd2..b9fc422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,10 @@ jobs: uses: actions/setup-python@v2 with: python-version: "3.11" + - run: python -c "from sysconfig import get_path; print(get_path('platlib'))" - run: pip install numpy mypy - run: sudo apt-get install libsuitesparse-dev libbtbb-dev liblapack-dev libcfitsio-dev libmetis-dev libgsl-dev # - run: "env | grep -i py | sort >&2" - - run: python -c "print(get_path('platlib'))" - run: cmake -DPython_EXECUTABLE=$(which python) . && make pyphotospline && sudo make install - run: mypy -vv test/*.py linux: