Skip to content

Commit

Permalink
correct import for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDoornbos committed Oct 3, 2024
1 parent 6771cc4 commit b671c55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ jobs:
- name: Install dependencies
run: |
poetry install --with dev,opengl
poetry install --with dev
- name: Install OpenGL Python dependencies for testing
run: |
poetry run pip install PyOpenGL
- name: Run tests
run: |
Expand Down

0 comments on commit b671c55

Please sign in to comment.