Skip to content

Commit

Permalink
try manifest in another dir
Browse files Browse the repository at this point in the history
  • Loading branch information
castelao committed Jul 26, 2024
1 parent e3d2abc commit 429a29d
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gsw-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
pixi-version: v0.25.0
cache: true
frozen: true
manifest-path: src/GSW-rs/pixi.toml

- name: Install patched GSW-Python
run: |
git apply src/GSW-rs/utils/gsw-py-patch
pixi run python -m pip install .
pixi run --manifest-path src/GSW-rs/pixi.toml python -m pip install .
- name: Run pytest
continue-on-error: true
run: |
pixi run pytest -s -rxs -v gsw/tests
pixi run --manifest-path src/GSW-rs/pixi.toml pytest -s -rxs -v gsw/tests
54 changes: 54 additions & 0 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ python = "==3.11"
pytest = ">=8.3.2,<8.4"
dask = ">=2024.7.1,<2024.8"
xarray = ">=2024.6.0,<2024.7"
pip = ">=24.0,<25"

0 comments on commit 429a29d

Please sign in to comment.