Skip to content

Commit 3f84722

Browse files
committed
refactor: file changes to requirements.txt
1 parent cff21b1 commit 3f84722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-python-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
# Check if hash file exists and compare hashes
7070
if [ ! -f "$REQUIREMENTS_FILE" ] || [ "$(cat $REQUIREMENTS_FILE)" != "$CURRENT_HASH" ]; then
7171
echo "📦 Requirements changed, installing dependencies..."
72-
pip install -r requirements.txt
72+
pip install -r requirements.txt --no-cache-dir
7373
# Save new hash
7474
echo "$CURRENT_HASH" > "$REQUIREMENTS_FILE"
7575
echo "✓ Dependencies installed"

0 commit comments

Comments
 (0)