Skip to content

Commit 89cbb28

Browse files
committed
syntax
1 parent fad4e22 commit 89cbb28

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
@@ -17,7 +17,7 @@ runs:
1717
shell: bash
1818
run: |
1919
package_spec=${"${{inputs.package_spec}}":-"${{inputs.package_name}}[test]"}
20-
pytest_args=${"${{inputs.pytest_args}"}:-"--pyargs ${{inputs.package_name}}"}
20+
pytest_args=${"${{inputs.pytest_args}}":-"--pyargs ${{inputs.package_name}}"}
2121
python -m venv test_venv
2222
bin_dir=./test_venv/bin
2323
${bin_dir}/python -m pip install -U pip

0 commit comments

Comments
 (0)