Skip to content

Commit f9b2323

Browse files
committed
try no semicolon
1 parent a293714 commit f9b2323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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+
${env_values} ${bin_dir}/pytest ${pytest_args}
3737
3838
# Cleanup
3939
rm -rf ./test_venv

0 commit comments

Comments
 (0)