Skip to content

Commit

Permalink
Merge pull request #34 from AgriculturalModelExchangeInitiative/master
Browse files Browse the repository at this point in the history
update newb
  • Loading branch information
cyrillemidingoyi authored Jan 27, 2025
2 parents 667d81f + ccd1cd2 commit 300b820
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conda-package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest]
os: [ macos-13, windows-latest, ubuntu-latest]
python-minor-version: [7, 8, 9]
isMaster:
- ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/dev') }}
Expand All @@ -26,10 +26,10 @@ jobs:
os: ubuntu-latest
python-minor-version: 9
- isMaster: false
os: macos-latest
os: macos-13
python-minor-version: 8
- isMaster: false
os: macos-latest
os: macos-13
python-minor-version: 9
- isMaster: false
os: windows-latest
Expand All @@ -49,11 +49,11 @@ jobs:
if_true: 'true'
if_false: 'false'
- name: Build and Publish
uses: openalea/action-build-publish-anaconda@v0.1.4
uses: openalea/action-build-publish-anaconda@main
with:
conda: conda
mamba: true
numpy: '21.6'
numpy: '16.6'
python: ${{ matrix.python-minor-version }}
channels: amei, openalea3, conda-forge
token: ${{ secrets.ANACONDA_TOKEN }}
Expand Down

0 comments on commit 300b820

Please sign in to comment.