We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5451a commit 531e455Copy full SHA for 531e455
1 file changed
.github/workflows/test_publish_pure_python.yml
@@ -25,6 +25,7 @@ jobs:
25
setenv:
26
uses: ./.github/workflows/publish_pure_python.yml
27
with:
28
+ save-artifact: true
29
test_command: python -c "import os; assert os.getenv('CUSTOM_VAR') == 'custom value'"
30
env: |
31
CUSTOM_VAR: custom value
0 commit comments