We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082d208 commit 1d9bca6Copy full SHA for 1d9bca6
.github/workflows/release-please.yml
@@ -92,13 +92,10 @@ jobs:
92
folder: docs/build/html # The folder the action should deploy.
93
94
conda-deploy:
95
- name: Building conda package for python ${{ matrix.os }})
+ name: Building conda package
96
needs: ["documentation-test", "continuous-integration"]
97
- runs-on: ${{matrix.os}}
98
- strategy:
99
- fail-fast: false
100
- matrix:
101
- os: ["ubuntu-latest"]
+ runs-on: ubuntu-latest
+
102
steps:
103
- uses: conda-incubator/setup-miniconda@v3
104
with:
0 commit comments