Skip to content

Commit

Permalink
WIP: grab only py vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Sep 26, 2023
1 parent 65d3f11 commit 701c387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.11"
- run: pip install -vv numpy mypy
- run: pip install numpy mypy
- run: sudo apt-get install libsuitesparse-dev libbtbb-dev liblapack-dev libcfitsio-dev libmetis-dev libgsl-dev
- run: "env | sort >&2"
- run: "env | grep -i py | sort >&2"
- run: cmake -DPython_EXECUTABLE=$(which python) . && make pyphotospline && sudo make install
- run: mypy -vv test/*.py
linux:
Expand Down

0 comments on commit 701c387

Please sign in to comment.