Skip to content

Commit

Permalink
Install from sdist on python 3.11 not 3.12 to avoid compiling zmq
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Jan 24, 2024
1 parent 8763432 commit f716187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
dist: 'ipympl*.whl'
# Install from sdist not wheel
- os: ubuntu
python: '3.12'
python: '3.11'
mpl-version: 'latest'
dist: 'ipympl*.tar.gz'

Expand Down

0 comments on commit f716187

Please sign in to comment.