Skip to content

Commit b484983

Browse files
authored
2.x CI: Fix mesa-2-stable install
1 parent 233df5b commit b484983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
python-version: "3.12"
3535
- name: Install dependencies
36-
run: pip install mesa<3 pytest
36+
run: pip install "mesa<3" pytest
3737
- name: Test with pytest
3838
run: pytest test_examples.py
3939

0 commit comments

Comments
 (0)