Skip to content

Commit ba8a322

Browse files
authored
install tqdm
1 parent 6efe90b commit ba8a322

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/test_generate_mads.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ jobs:
1414
- name: Checkout repo
1515
uses: actions/checkout@v4
1616

17+
- name: Set up Python
18+
uses: actions/setup-python@v4
19+
with:
20+
python-version: '3.x'
21+
22+
- name: Install Python dependencies
23+
run: |
24+
pip install tqdm
25+
1726
- name: Generate MAD files from CSV
1827
run: |
1928
mkdir -p mad
@@ -23,4 +32,4 @@ jobs:
2332
uses: actions/upload-artifact@v4
2433
with:
2534
name: mad-files
26-
path: mad/
35+
path: mad/

0 commit comments

Comments
 (0)