Skip to content

Commit 78b8fd8

Browse files
committed
remove workarounds
1 parent da9b2ad commit 78b8fd8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: wheels
22

33
on: [ push, pull_request ]
4-
env:
5-
STDCXX: 17
64

75
jobs:
86
build_wheels:
@@ -85,8 +83,6 @@ jobs:
8583
name: Test on ${{ matrix.os }}
8684
needs: check_contents
8785
runs-on: ${{ matrix.os }}
88-
env:
89-
CLING_REBUILD_PCH: 1
9086
strategy:
9187
fail-fast: false
9288
matrix:
@@ -110,7 +106,7 @@ jobs:
110106
run: pip install --no-index --find-links ./dist ogdf-wheel
111107

112108
- 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
114110

115111
- name: Get ogdf-python info
116112
run: python -m ogdf_python

0 commit comments

Comments
 (0)