Skip to content

Commit 228c044

Browse files
committed
debug
1 parent 31c7bbb commit 228c044

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/cache-pixi-lock.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
submodules: recursive
22+
- run: tree -L 2 .
2223
- name: Get current date
2324
id: date
2425
run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141
submodules: recursive
42+
- run: tree -L 2 .
4243
- uses: actions/cache/restore@v4
4344
with:
4445
path: pixi.lock

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "Parcels"]
22
path = Parcels
3-
url = git@github.com:Parcels-code/Parcels.git
3+
url = https://github.com/Parcels-code/Parcels.git

0 commit comments

Comments
 (0)