Skip to content

Commit 284a782

Browse files
committed
use miniforge3 to build
1 parent 2a2d2fc commit 284a782

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- scikit-build-core
66
- numpy
7-
- pdal
7+
- libpdal-core
88
- compilers
99
- python
1010
- pip

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
27-
python-version: ['3.9', '3.10', '3.11', '3.12']
28-
numpy-version: ['1.26', '2.0', '2.1']
27+
python-version: ['3.10', '3.11', '3.12', '3.13']
28+
numpy-version: ['1.24', '2.1']
2929
exclude:
30-
- python-version: 3.9
31-
numpy-version: 2.1
30+
- python-version: '3.12'
31+
numpy-version: '1.24'
32+
- python-version: '3.13'
33+
numpy-version: '1.24'
3234

3335
steps:
3436
- name: Check out
@@ -37,7 +39,7 @@ jobs:
3739
- name: Setup micromamba
3840
uses: conda-incubator/setup-miniconda@v3
3941
with:
40-
miniforge-variant: Mambaforge
42+
miniforge-variant: Miniforge3
4143
miniforge-version: latest
4244
use-mamba: true
4345
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)