mirror of
https://github.com/MiSTer-devel/ArcadeDatabase_MiSTer.git
synced 2026-05-17 03:03:14 +00:00
install tqdm
This commit is contained in:
11
.github/workflows/test_generate_mads.yml
vendored
11
.github/workflows/test_generate_mads.yml
vendored
@@ -14,6 +14,15 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
pip install tqdm
|
||||
|
||||
- name: Generate MAD files from CSV
|
||||
run: |
|
||||
mkdir -p mad
|
||||
@@ -23,4 +32,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: mad-files
|
||||
path: mad/
|
||||
path: mad/
|
||||
|
||||
Reference in New Issue
Block a user