Skip to content

Commit 669729c

Browse files
committed
try to restric linting to py310
1 parent b3f0237 commit 669729c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pixi run --environment ${{ matrix.environment }} test
2424
2525
- name: Lint
26-
if: contains(${{ matrix.os }}, 'ubuntu')
26+
if: contains(${{ matrix.os }}, "ubuntu") && ${{ matrix.environment }} == "test310"
2727
run: >
2828
pixi run --environment test310 lint
2929

0 commit comments

Comments
 (0)