We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c2c0a commit 8a4b5bfCopy full SHA for 8a4b5bf
.github/workflows/check-conda-forge-actions.yml
@@ -1,4 +1,4 @@
1
-name: Check PyPI Wheels
+name: Check Conda-Forge Builds
2
on:
3
workflow_dispatch:
4
schedule:
@@ -24,7 +24,7 @@ jobs:
24
MAX_PYTHON=$(python ./versions.py -mode max | grep python | awk '{print $2}')
25
echo "python_versions=$(python ./versions.py -mode range $MIN_PYTHON $MAX_PYTHON)" >> $GITHUB_OUTPUT
26
shell: bash
27
- check_pypi_wheels:
+ check_conda_forge_builds:
28
needs: generate_python_matrix
29
runs-on: ${{ matrix.os }}
30
strategy:
0 commit comments