Skip to content

Commit 07447b9

Browse files
authored
Update update-jobs.yaml
1 parent 60a6d6c commit 07447b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Remove Expired Jobs
2020
run: |
2121
sudo apt-get update && sudo apt-get install -y python3 python3-pip python3-setuptools wget
22-
sudo pip3 install -r scripts/requirements.txt
22+
sudo pip3 install --ignore-installed -r scripts/requirements.txt
2323
python3 scripts/update_jobs.py
2424
2525
- name: Job Updater

0 commit comments

Comments
 (0)