Skip to content

Commit

Permalink
CI Linux: installing tkinter-gl from workflows/linux.yml since versio…
Browse files Browse the repository at this point in the history
…n 1.0a2 isn't picked up otherwise.
  • Loading branch information
unhyperbolic committed Mar 6, 2024
1 parent bf11749 commit 676d02a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
pip install --pre --extra-index-url https://test.pypi.org/simple cypari &&
pip install git+https://github.com/3-manifolds/PLink &&
pip install git+https://github.com/3-manifolds/snappy_manifolds &&
pip install git+https://github.com/3-manifolds/Spherogram
pip install git+https://github.com/3-manifolds/Spherogram &&
pip install git+https://github.com/3-manifolds/tkinter_gl
CIBW_REPAIR_WHEEL_COMMAND_LINUX: auditwheel repair --strip -w {dest_dir} {wheel}
CIBW_TEST_COMMAND: python -m snappy.test --skip-modern-opengl

Expand Down

0 comments on commit 676d02a

Please sign in to comment.