Skip to content

Commit

Permalink
CI Linux: fixing typo tkinter_gl.
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Mar 7, 2024
1 parent 9bd720a commit 41892f1
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/tkinkter_gl
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 41892f1

Please sign in to comment.