Skip to content

Commit 2f66a9d

Browse files
authored
Merge pull request #22 from jharlow-intel/task/fix-recipe-dir
fix: use conda-recipe instead of recipe dir
2 parents 55661b1 + 2ad0374 commit 2f66a9d

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
CHANNELS="-c conda-forge --override-channels"
3838
conda build \
3939
$CHANNELS \
40-
recipe
40+
conda-recipe
4141
4242
- name: Upload artifact
4343
uses: actions/[email protected]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)