Skip to content

Commit

Permalink
CI Linux: trying to install tkinter_gl from wheel because its buildin…
Browse files Browse the repository at this point in the history
…g requires setuptools 60.0 and thus doesn't work with old pythons.
  • Loading branch information
unhyperbolic committed Mar 6, 2024
1 parent 676d02a commit 545fcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
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 https://files.pythonhosted.org/packages/1d/b8/a2e2979750527f291d6e181172e08495ebb65374ee7fbfbfc4fe33094532/tkinter_gl-1.0a2-py3-none-any.whl
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 545fcdb

Please sign in to comment.