Skip to content

Commit dac4253

Browse files
committed
env value
1 parent f9b2323 commit dac4253

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/test-downstream/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ runs:
3333
${bin_dir}/python -m pip install . --force-reinstall
3434
3535
# Test the downstream package
36-
${env_values} ${bin_dir}/pytest ${pytest_args}
36+
eval ${env_values}
37+
echo ${FIZZ}
38+
${bin_dir}/pytest ${pytest_args}
3739
3840
# Cleanup
3941
rm -rf ./test_venv

0 commit comments

Comments
 (0)