Skip to content

Commit 8a3d7be

Browse files
committed
scikit error
1 parent b9d08f6 commit 8a3d7be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/conda_release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
SHA256=$(shasum -a 256 release.tar.gz | awk '{ print $1 }')
6060
fi
6161
62-
6362
# Extract OWNER and REPO from GITHUB_REPOSITORY (format: owner/repo)
6463
REPO_OWNER=${GITHUB_REPOSITORY%%/*}
6564
REPO_NAME=${GITHUB_REPOSITORY##*/}

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ requirements:
3434
- scikit-build
3535
host:
3636
- python
37+
- scikit-build
3738
run:
3839
- python
3940

0 commit comments

Comments
 (0)