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 fad4e22 commit 89cbb28Copy full SHA for 89cbb28
.github/actions/test-downstream/action.yml
@@ -17,7 +17,7 @@ runs:
17
shell: bash
18
run: |
19
package_spec=${"${{inputs.package_spec}}":-"${{inputs.package_name}}[test]"}
20
- pytest_args=${"${{inputs.pytest_args}"}:-"--pyargs ${{inputs.package_name}}"}
+ pytest_args=${"${{inputs.pytest_args}}":-"--pyargs ${{inputs.package_name}}"}
21
python -m venv test_venv
22
bin_dir=./test_venv/bin
23
${bin_dir}/python -m pip install -U pip
0 commit comments