Skip to content

Commit

Permalink
downgrade to cppyy<3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder authored Apr 11, 2024
1 parent b2c1df5 commit cd5ae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: pip install --no-index --find-links ./dist ogdf-wheel

- name: Install ogdf-python
run: pip install git+https://github.com/N-Coder/ogdf-python.git
run: pip install git+https://github.com/N-Coder/ogdf-python.git "cppyy<3.1"

- name: Get ogdf-python info
run: python -m ogdf_python
Expand Down

0 comments on commit cd5ae7e

Please sign in to comment.