Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacZhangzhuo committed Jan 11, 2024
1 parent c93fda4 commit 4f109b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python: [ '3.9', '3.11']
steps:
- name: install libegl1
run: sudo apt-get install libegl1
run: sudo apt-get install libegl1 python3-opengl
- uses: compas-dev/compas-actions.build@v3
with:
python: ${{ matrix.python }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
compas @ git+https://github.com/compas-dev/compas@main
freetype-py
pyopengl == 3.1.7
pyopengl
PySide6

0 comments on commit 4f109b9

Please sign in to comment.