Fix previous error
This commit is contained in:
1
.github/scripts/requirements.txt
vendored
Normal file
1
.github/scripts/requirements.txt
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
requests
|
||||||
2
.github/workflows/update-mod-versions.yml
vendored
2
.github/workflows/update-mod-versions.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install requests
|
pip install -r .github/scripts/requirements.txt
|
||||||
|
|
||||||
- name: Update mod versions
|
- name: Update mod versions
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user