Skip to content

Commit

Permalink
Psydac manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
jalalium committed Feb 23, 2024
1 parent fa30b69 commit 9bcbcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m pip install --upgrade pip
git clone https://github.com/pyccel/psydac.git
cd psydac
python3 -m pip install .
pip install .
pip install jupyter-book ghp-import sphinx_proof
python -m ipykernel install --user --name .iga-python --display-name "IGA-Python"
Expand Down

0 comments on commit 9bcbcb8

Please sign in to comment.