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 da2b667 commit e81189aCopy full SHA for e81189a
1 file changed
.github/workflows/conda-package.yml
@@ -134,7 +134,10 @@ jobs:
134
conda index "$GITHUB_WORKSPACE/channel"
135
# Test channel
136
conda search "$PACKAGE_NAME" -c "$GITHUB_WORKSPACE/channel" --override-channels
137
-
+ - name: Test conda channel
138
+ run: |
139
+ conda search "$PACKAGE_NAME" -c "$GITHUB_WORKSPACE"/channel --override-channels --info --json > "$GITHUB_WORKSPACE"/ver.json
140
+ cat "$GITHUB_WORKSPACE"/ver.json
141
- name: Collect dependencies
142
run: |
143
CHANNELS=(-c "$GITHUB_WORKSPACE/channel" -c "https://software.repos.intel.com/python/conda" -c "conda-forge" --override-channels)
0 commit comments