We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ceaead commit 9581dbbCopy full SHA for 9581dbb
2 files changed
.github/workflows/deploy-book.yml
@@ -40,4 +40,5 @@ jobs:
40
if: github.ref == 'refs/heads/master'
41
run: ghp-import -n -p -f _build/html
42
env:
43
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
+
requirements.txt
@@ -7,4 +7,5 @@ pyccel
7
ipykernel
8
notebook
9
nb-clean
10
-psydac[extra] @ git+https://github.com/pyccel/psydac.git@devel#egg=psydac
+psydac[extra] @ git+https://github.com/pyccel/psydac.git@devel#egg=psydac
11
0 commit comments