Skip to content

Commit 5f28ed2

Browse files
committed
Pypi install of Parcels in Pixi
1 parent 9f9afe7 commit 5f28ed2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
20-
sparse-checkout: pixi.toml
2120
- name: Get current date
2221
id: date
2322
run: echo "date=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"

pixi.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ cftime = ">=1.3.1"
4040
scipy = ">=0.16.0" #? Not sure if we rely on scipy internally anymore...
4141
pooch = "*"
4242

43+
[pypi-dependencies]
44+
parcels = { path = ".", editable = true }
45+
4346
[feature.py311.dependencies]
4447
python = "3.11.*"
4548

0 commit comments

Comments
 (0)