From f90dc6796068e3bf0e185a3de3a416bdc46a750a Mon Sep 17 00:00:00 2001 From: wannesm Date: Thu, 13 Jun 2024 21:44:13 +0200 Subject: [PATCH] deploy.yml: improve windows --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a509a34..25d3013 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -251,6 +251,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install pytest pytest-benchmark pytest-env build cython + python -m pip install python-tk python -m pip install numpy scipy matplotlib>=3.0.0 - name: Compile and install run: |