Skip to content

Commit

Permalink
install in local dir on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Sep 11, 2024
1 parent 54d9797 commit 5665acb
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 @@ -55,7 +55,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: pip install numpy scipy
- run: brew install suite-sparse cfitsio gsl
- run: cmake -DPython_EXECUTABLE=$(which python) . && make
- run: cmake -DPython_EXECUTABLE=$(which python) -DCMAKE_INSTALL_PREFIX=install . && make install
- run: python -c "import photospline"
- run: ctest --output-on-failure
architecture-zoo:
Expand Down

0 comments on commit 5665acb

Please sign in to comment.