Skip to content

Commit 8f790d3

Browse files
committed
Minimize CI Conda dependencies
1 parent 7a2c362 commit 8f790d3

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,14 @@ jobs:
4040
- name: Dependencies
4141
shell: bash -l {0}
4242
run: |
43-
conda install --yes --quiet -c conda-forge scikit-build numpy python=${{ matrix.python-version }} compilers cython ninja pdal pytest conda-build -y
43+
conda install --yes --quiet -c conda-forge scikit-build numpy python=${{ matrix.python-version }} cython pdal pytest
4444
4545
- name: Install
4646
shell: bash -l {0}
4747
run: |
4848
python setup.py install -- -G "Ninja" -DWITH_TESTS=ON
49-
5049
pdal --drivers
5150
52-
53-
# pip install . --build-option="-DWITH_TESTS=ON"
54-
5551
- name: Test
5652
shell: bash -l {0}
5753
run: |
@@ -63,7 +59,6 @@ jobs:
6359
$SKPATH/pdal_io_numpy_test
6460
py.test
6561
66-
6762
windows:
6863
name: ${{ matrix.os }} - ${{ matrix.python-version }}
6964

@@ -82,18 +77,15 @@ jobs:
8277
auto-update-conda: true
8378
python-version: ${{ matrix.python-version }}
8479

85-
8680
- name: Dependencies
8781
shell: cmd /C CALL "{0}"
8882
run: |
89-
9083
call conda activate test
91-
conda install --yes --quiet -c conda-forge scikit-build numpy python=${{ matrix.python-version }} compilers cython ninja pdal pytest conda-build -y
84+
conda install --yes --quiet -c conda-forge scikit-build numpy python=${{ matrix.python-version }} cython pdal pytest
9285
9386
- name: Install
9487
shell: cmd /C CALL "{0}"
9588
run: |
96-
9789
call conda activate test
9890
where python
9991
python setup.py develop -- -G "Ninja" -DWITH_TESTS=ON
@@ -133,7 +125,7 @@ jobs:
133125
- name: Dependencies
134126
shell: bash -l {0}
135127
run: |
136-
conda install --yes --quiet -c conda-forge scikit-build numpy python=${{ matrix.python-version }} compilers cython ninja pdal pytest conda-build -y
128+
conda install --yes --quiet -c conda-forge scikit-build numpy python=${{ matrix.python-version }} cython pdal pytest
137129
138130
- name: sdist
139131
shell: bash -l {0}

0 commit comments

Comments
 (0)