Skip to content

Commit

Permalink
CI Linux: lining it up with the other workflow yml files and don't in…
Browse files Browse the repository at this point in the history
…stall tkinter_gl from source.
  • Loading branch information
unhyperbolic committed Mar 7, 2024
1 parent 41892f1 commit 5fe978c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ 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/tkinter_gl
pip install git+https://github.com/3-manifolds/Spherogram
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 5fe978c

Please sign in to comment.