install tqdm

This commit is contained in:
Toya
2025-06-12 15:17:10 +02:00
committed by GitHub
parent 6efe90b794
commit ba8a322971

View File

@@ -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/