Skip to content

Commit 47e7507

Browse files
committed
Fix Conda workflow
1 parent d23407c commit 47e7507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
else
101101
RC_LABEL=""
102102
fi
103-
conda install ${RC_LABEL}khiops-core=$KHIOPS_CORE_VERSION
103+
conda install "${RC_LABEL}"khiops-core==$KHIOPS_CORE_VERSION
104104
conda install --channel ./khiops-conda/ khiops
105105
- name: Install JQ test dependency (Linux / MacOS)
106106
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)