Skip to content

Commit 9581dbb

Browse files
committed
Added missing newlines
1 parent 4ceaead commit 9581dbb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/deploy-book.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ jobs:
4040
if: github.ref == 'refs/heads/master'
4141
run: ghp-import -n -p -f _build/html
4242
env:
43-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ pyccel
77
ipykernel
88
notebook
99
nb-clean
10-
psydac[extra] @ git+https://github.com/pyccel/psydac.git@devel#egg=psydac
10+
psydac[extra] @ git+https://github.com/pyccel/psydac.git@devel#egg=psydac
11+

0 commit comments

Comments
 (0)