Skip to content

Commit 1d9bca6

Browse files
committed
ci: changing syntax
1 parent 082d208 commit 1d9bca6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,10 @@ jobs:
9292
folder: docs/build/html # The folder the action should deploy.
9393

9494
conda-deploy:
95-
name: Building conda package for python ${{ matrix.os }})
95+
name: Building conda package
9696
needs: ["documentation-test", "continuous-integration"]
97-
runs-on: ${{matrix.os}}
98-
strategy:
99-
fail-fast: false
100-
matrix:
101-
os: ["ubuntu-latest"]
97+
runs-on: ubuntu-latest
98+
10299
steps:
103100
- uses: conda-incubator/setup-miniconda@v3
104101
with:

0 commit comments

Comments
 (0)