We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a959dc3 commit 50529e2Copy full SHA for 50529e2
1 file changed
.github/workflows/on-push.yml
@@ -35,6 +35,7 @@ jobs:
35
run: |
36
uv pip install robotframework==${{ matrix.rf-version }} --python ${{ matrix.python-version }} --system
37
- name: Lint files
38
+ if : matrix.rf-version != '6.1.1'
39
40
inv lint -e
41
- name: Run unit tests
0 commit comments