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 3055705 commit e65ab17Copy full SHA for e65ab17
.github/workflows/main.yml
@@ -35,7 +35,8 @@ jobs:
35
36
- name: List installed libraries
37
run: |
38
- pixi run -e ${{ matrix.environment }} pip list
+ pixi install --environment ${{ matrix.environment }}
39
+ pixi list --environment ${{ matrix.environment }}
40
41
- name: Running Tests
42
.github/workflows/typing.yml
@@ -30,7 +30,8 @@ jobs:
30
pixi-version: v0.41.4
31
32
33
- pixi run -e test pip list
+ pixi install --environment test
34
+ pixi list --environment test
- name: Type check
pixi run -e test run-mypy
0 commit comments