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.
2 parents fe6029c + 4d908cc commit f3af414Copy full SHA for f3af414
scripts/check_requirements_changes.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Check if requirements files have changed in the last commit
4
-if git diff --name-only HEAD~1 | grep -E 'pyproject.toml'; then
+if git diff --name-only HEAD | grep -E 'pyproject.toml'; then
5
echo "Requirements files may have changed. Running compatibility checks..."
6
echo 'export REQUIREMENTS_CHANGED="true"' >> $BASH_ENV
7
else
0 commit comments