Skip to content

Commit 4328366

Browse files
authored
Update python-trackerlist.yml
1 parent 4527780 commit 4328366

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/python-trackerlist.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ jobs:
3232
run: |
3333
source venv/bin/activate
3434
python trackerslist.py
35-
35+
36+
- name: Remove old virtual environment
37+
run: |
38+
if [ -d "venv" ]; then
39+
rm -rf venv
40+
fi
3641
- name: Commit and push changes
3742
run: |
3843
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)