1
0

nit(ci): lock python script dependencies

This commit is contained in:
janw4ld
2025-04-20 16:26:24 +02:00
parent 6ad5abd0fd
commit 5838831e49
2 changed files with 6 additions and 1 deletions

View File

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