We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23407c commit 47e7507Copy full SHA for 47e7507
.github/workflows/conda.yml
@@ -100,7 +100,7 @@ jobs:
100
else
101
RC_LABEL=""
102
fi
103
- conda install ${RC_LABEL}khiops-core=$KHIOPS_CORE_VERSION
+ conda install "${RC_LABEL}"khiops-core==$KHIOPS_CORE_VERSION
104
conda install --channel ./khiops-conda/ khiops
105
- name: Install JQ test dependency (Linux / MacOS)
106
if: runner.os != 'Windows'
0 commit comments