Thanks to visit codestin.com Credit goes to github.com
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 e9b9571 commit 489d235Copy full SHA for 489d235
1 file changed
.github/workflows/pixi_tests.yml
@@ -45,9 +45,9 @@ jobs:
45
46
- name: Show pixi info
47
run: |
48
- pixi -m ci/pixi.toml info
49
- pixi -m ci/pixi.toml list
+ pixi info --manifest-path ci/pixi.toml
+ pixi list --manifest-path ci/pixi.toml
50
51
- name: Smoke test editable install
52
53
- pixi -m ci/pixi.toml run python -c "import matplotlib; print(matplotlib.__version__)"
+ pixi run -m ci/pixi.toml python -c "import matplotlib; print(matplotlib.__version__)"
0 commit comments