Skip to content

Commit

Permalink
Fix: remove splinepy from CI install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Nov 17, 2023
1 parent c70167a commit 4964e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: install gustaf
run: |
python3 -m pip install numpy splinepy scipy
python3 -m pip install numpy scipy
pip install .
- name: prepare test and test
Expand Down

0 comments on commit 4964e82

Please sign in to comment.