Skip to content

Commit

Permalink
ci: changing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Aug 5, 2024
1 parent 082d208 commit 1d9bca6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,10 @@ jobs:
folder: docs/build/html # The folder the action should deploy.

conda-deploy:
name: Building conda package for python ${{ matrix.os }})
name: Building conda package
needs: ["documentation-test", "continuous-integration"]
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
runs-on: ubuntu-latest

steps:
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 1d9bca6

Please sign in to comment.