We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c7bbb commit 228c044Copy full SHA for 228c044
.github/workflows/cache-pixi-lock.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
fetch-depth: 0
21
submodules: recursive
22
+ - run: tree -L 2 .
23
- name: Get current date
24
id: date
25
run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"
.github/workflows/ci.yml
@@ -39,6 +39,7 @@ jobs:
39
40
41
42
43
- uses: actions/cache/restore@v4
44
45
path: pixi.lock
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "Parcels"]
2
path = Parcels
3
- url = git@github.com:Parcels-code/Parcels.git
+ url = https://github.com/Parcels-code/Parcels.git
0 commit comments