From 0f11d5fd318caf6023fb9fdea0162ac30a26882b Mon Sep 17 00:00:00 2001 From: Danny Meijer <10511979+dannymeijer@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:39:53 +0200 Subject: [PATCH] debug --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 737c8c2..20232e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,8 +95,8 @@ jobs: # FIXME: Remove this workaround - name: Print numpy and pandas versions run: | - python -c "import numpy; print(numpy.__version__)" - python -c "import pandas; print(pandas.__version__)" + python3 -c "import numpy; print(numpy.__version__)" + python3 -c "import pandas; print(pandas.__version__)" - name: Install Hatch uses: pypa/hatch@install