We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff21b1 commit 3f84722Copy full SHA for 3f84722
.github/actions/setup-python-env/action.yml
@@ -69,7 +69,7 @@ runs:
69
# Check if hash file exists and compare hashes
70
if [ ! -f "$REQUIREMENTS_FILE" ] || [ "$(cat $REQUIREMENTS_FILE)" != "$CURRENT_HASH" ]; then
71
echo "📦 Requirements changed, installing dependencies..."
72
- pip install -r requirements.txt
+ pip install -r requirements.txt --no-cache-dir
73
# Save new hash
74
echo "$CURRENT_HASH" > "$REQUIREMENTS_FILE"
75
echo "✓ Dependencies installed"
0 commit comments