Skip to content

Commit 3bd7eff

Browse files
committed
Update webserver generate-index.yml
1 parent 029aee2 commit 3bd7eff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

webserver/.github/workflows/generate-index.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
python-version: '3.11'
2525

26+
- name: Install dependencies
27+
run: |
28+
python -m pip install --upgrade pip
29+
pip install -r requirements.txt
30+
2631
- name: Generate games index
2732
run: python generate_index.py
2833

0 commit comments

Comments
 (0)