Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 489d235

Browse files
committed
DEV: add pixi.locl
1 parent e9b9571 commit 489d235

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pixi_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545

4646
- name: Show pixi info
4747
run: |
48-
pixi -m ci/pixi.toml info
49-
pixi -m ci/pixi.toml list
48+
pixi info --manifest-path ci/pixi.toml
49+
pixi list --manifest-path ci/pixi.toml
5050
5151
- name: Smoke test editable install
5252
run: |
53-
pixi -m ci/pixi.toml run python -c "import matplotlib; print(matplotlib.__version__)"
53+
pixi run -m ci/pixi.toml python -c "import matplotlib; print(matplotlib.__version__)"

0 commit comments

Comments
 (0)