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 b3f0237 commit 669729cCopy full SHA for 669729c
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
pixi run --environment ${{ matrix.environment }} test
24
25
- name: Lint
26
- if: contains(${{ matrix.os }}, 'ubuntu')
+ if: contains(${{ matrix.os }}, "ubuntu") && ${{ matrix.environment }} == "test310"
27
run: >
28
pixi run --environment test310 lint
29
0 commit comments