Skip to content

Commit

Permalink
CI: Fix Mesa spec
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Sep 3, 2024
1 parent b55c8db commit d0982be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.12"
- name: Install dependencies
run: |
pip install mesa<3
pip install "mesa<3"
pip install .[test]
- name: Test with pytest
run: pytest test_examples.py
Expand Down

0 comments on commit d0982be

Please sign in to comment.