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 28347ab commit f68c4f4Copy full SHA for f68c4f4
.github/workflows/build-conda-linux.yml
@@ -39,6 +39,7 @@ jobs:
39
pre-script: ${{ matrix.pre-script }}
40
post-script: ${{ matrix.post-script }}
41
package-name: ${{ matrix.package-name }}
42
+ smoke-test-script: ${{ matrix.smoke-test-script }}
43
# Using "development" as trigger event so these binaries are not uploaded
44
# to official channels yet
45
trigger-event: development
.github/workflows/build-wheels-linux.yml
@@ -37,6 +37,7 @@ jobs:
37
38
0 commit comments