We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9b2ad commit 78b8fd8Copy full SHA for 78b8fd8
1 file changed
.github/workflows/wheels.yml
@@ -1,8 +1,6 @@
1
name: wheels
2
3
on: [ push, pull_request ]
4
-env:
5
- STDCXX: 17
6
7
jobs:
8
build_wheels:
@@ -85,8 +83,6 @@ jobs:
85
83
name: Test on ${{ matrix.os }}
86
84
needs: check_contents
87
runs-on: ${{ matrix.os }}
88
- env:
89
- CLING_REBUILD_PCH: 1
90
strategy:
91
fail-fast: false
92
matrix:
@@ -110,7 +106,7 @@ jobs:
110
106
run: pip install --no-index --find-links ./dist ogdf-wheel
111
107
112
108
- name: Install ogdf-python
113
- run: pip install git+https://github.com/N-Coder/ogdf-python.git "cppyy<3.1"
109
+ run: pip install git+https://github.com/N-Coder/ogdf-python.git
114
115
- name: Get ogdf-python info
116
run: python -m ogdf_python
0 commit comments