1
0

Fix previous error

This commit is contained in:
Ö. Efe D.
2025-03-11 16:01:00 +01:00
parent b3ac571e5e
commit 757e96b087
2 changed files with 2 additions and 1 deletions

1
.github/scripts/requirements.txt vendored Normal file
View File

@@ -0,0 +1 @@
requests

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
pip install -r .github/scripts/requirements.txt
- name: Update mod versions
env: