Skip to content

Commit

Permalink
wrong opengl
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDoornbos committed Oct 3, 2024
1 parent b671c55 commit 0eb7617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
run: |
poetry install --with dev
- name: Install OpenGL Python dependencies for testing
- name: Install glfw Python dependency
run: |
poetry run pip install PyOpenGL
poetry run pip install glfw
- name: Run tests
run: |
Expand Down

0 comments on commit 0eb7617

Please sign in to comment.