Skip to content

Commit

Permalink
Attempt not including version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Feb 22, 2024
1 parent 6747417 commit 383729f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ fi

# Check pip compile is consistent
echo "::group::Pip Compile - Tests"
uv pip compile --python-version=3.8 test-requirements.in -o test-requirements.txt
uv pip compile test-requirements.in -o test-requirements.txt
echo "::endgroup::"
echo "::group::Pip Compile - Docs"
uv pip compile --python-version=3.8 docs-requirements.in -o docs-requirements.txt
uv pip compile docs-requirements.in -o docs-requirements.txt
echo "::endgroup::"

if git status --porcelain | grep -q "requirements.txt"; then
Expand Down

0 comments on commit 383729f

Please sign in to comment.