Skip to content

Commit

Permalink
Fix C/I, take IV
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Feb 22, 2024
1 parent d8c77a4 commit 74b8f67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
miniforge-version: latest
auto-update-conda: false
- run: |
conda install boa
conda mambabuild environment/conda
mamba install boa
conda mambabuild environment/conda --override-channels --channel conda-forge
2 changes: 1 addition & 1 deletion environment/conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ libgdal:
numpy:
- 1.22
python:
- 3.12
- 3.10

0 comments on commit 74b8f67

Please sign in to comment.