Skip to content

Commit

Permalink
Fix: fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Nov 16, 2023
1 parent cf75f10 commit ce08524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: install gustaf
run: |
python3 setup.py develop
pip install -e .[all]
- name: Install dependencies
run: pip install -r ./docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: install gustaf
run: |
python3 -m pip install numpy splinepy scipy
python3 setup.py install
pip install .
- name: prepare test and test
run: |
Expand Down

0 comments on commit ce08524

Please sign in to comment.