Skip to content

Commit

Permalink
WIP: where is platlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Sep 27, 2023
1 parent 799c7e1 commit 4244782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4244782

Please sign in to comment.