Skip to content

Commit

Permalink
do not use pip
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Aug 31, 2024
1 parent 5462d77 commit 9e4ce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Build and install
run: python -m pip install .
run: python setup.py install
env:
C_INCLUDE_PATH: /usr/include/cfitsio/
- name: Test
Expand Down

0 comments on commit 9e4ce8a

Please sign in to comment.