We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5d8f9 commit 89c3e93Copy full SHA for 89c3e93
1 file changed
.github/workflows/tox.yml
@@ -210,6 +210,12 @@ jobs:
210
cache-environment: true
211
cache-downloads: true
212
213
+ - name: warn that using the `conda` parameter is deprecated
214
+ if: ${{ matrix.conda == 'true' }}
215
+ run: |
216
+ echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
217
+ echo "> The conda parameter is deprecated (see https://github.com/OpenAstronomy/github-actions-workflows/issues/354)." >> $GITHUB_STEP_SUMMARY
218
+
219
- id: set-env
220
if: ${{ matrix.setenv != '' }}
221
run: |
0 commit comments