From 42447823d09403d68181d49ead275091de8cc5ef Mon Sep 17 00:00:00 2001 From: Jakob van Santen Date: Wed, 27 Sep 2023 10:18:02 +0200 Subject: [PATCH] WIP: where is platlib --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: