Skip to content

Commit

Permalink
install setuptools for S4 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Nov 10, 2023
1 parent 7f5be35 commit 913acc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_unit_and_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install S4
if: matrix.os != 'windows-latest'
run: |
pip install wheel numpy
pip install wheel setuptools
git clone https://github.com/phoebe-p/S4
cd S4
make S4_pyext
Expand Down

0 comments on commit 913acc5

Please sign in to comment.