From ba8a3229718eb8c525aec2feeccee46452b75f35 Mon Sep 17 00:00:00 2001 From: Toya <82502378+Toryalai1@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:17:10 +0200 Subject: [PATCH] install tqdm --- .github/workflows/test_generate_mads.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_generate_mads.yml b/.github/workflows/test_generate_mads.yml index bf9c9f2..c0e9957 100644 --- a/.github/workflows/test_generate_mads.yml +++ b/.github/workflows/test_generate_mads.yml @@ -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/ \ No newline at end of file + path: mad/