We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d08f6 commit 8a3d7beCopy full SHA for 8a3d7be
.github/workflows/conda_release.yml
@@ -59,7 +59,6 @@ jobs:
59
SHA256=$(shasum -a 256 release.tar.gz | awk '{ print $1 }')
60
fi
61
62
-
63
# Extract OWNER and REPO from GITHUB_REPOSITORY (format: owner/repo)
64
REPO_OWNER=${GITHUB_REPOSITORY%%/*}
65
REPO_NAME=${GITHUB_REPOSITORY##*/}
conda-recipe/meta.yaml
@@ -34,6 +34,7 @@ requirements:
34
- scikit-build
35
host:
36
- python
37
+ - scikit-build
38
run:
39
40
0 commit comments