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 6fbfc08 commit 019fca9Copy full SHA for 019fca9
.github/resources/scripts/test-requirements.sh
@@ -6,7 +6,7 @@ check_requirements() {
6
7
temp_file=$(mktemp)
8
9
- pip-compile --output-file=- "$req_in" > "$temp_file"
+ pip-compile - < "$req_in" --output-file="$temp_file" --annotate
10
11
# Compare the generated file with the existing requirements.txt
12
if diff -q "$temp_file" "$req_txt" >/dev/null; then
0 commit comments