Skip to content

Commit 92a5f88

Browse files
committed
remove libcxx pin, needs to be in pdal proper
1 parent 2c07422 commit 92a5f88

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ jobs:
5050
- name: Install python-pdal
5151
run: pip install .
5252

53-
- name: libcxx=14 for OSX
54-
if: matrix.os == 'macos-latest'
55-
run: mamba install -c conda-forge libcxx=14 -y
56-
5753
- name: Install python-pdal-plugins
5854
working-directory: ./plugins
5955
run: pip install .

0 commit comments

Comments
 (0)