Skip to content

Commit 22b5ffa

Browse files
authored
Update conda-package-build.yml
1 parent b0bccb3 commit 22b5ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
max-parallel: 3
1616
matrix:
17-
os: [ macos-latest, windows-latest, linux-latest]
17+
os: [ macos-latest, windows-latest, ubuntu-latest]
1818
python-minor-version: [7, 8, 9]
1919
isMaster:
2020
- ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/dev') }}
@@ -51,7 +51,7 @@ jobs:
5151
- name: Build and Publish
5252
uses: openalea/[email protected]
5353
with:
54-
conda: conda
54+
conda: mamba
5555
mamba: true
5656
numpy: '21.6'
5757
python: ${{ matrix.python-minor-version }}

0 commit comments

Comments
 (0)