Skip to content

Commit a405004

Browse files
authored
Syntax error if using "direct" testing of lowest dependencies. (#536)
1 parent 5cf4cd2 commit a405004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-project-template/.github/workflows/testing-and-coverage.yml.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uv pip compile --resolution=lowest-direct pyproject.toml requirements.txt -o requirements_lowest.txt
5858
else
5959
uv pip compile --resolution=lowest-direct pyproject.toml -o requirements_lowest.txt
60+
fi
6061
{%- elif test_lowest_version == 'all' %}
6162
if [ -f requirements.txt ]; then
6263
uv pip compile --resolution=lowest pyproject.toml requirements.txt -o requirements_lowest.txt

0 commit comments

Comments
 (0)