From e5b4ce3e8355d18dd833cf4da13f054ba496ac41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Alexandre=20C=C3=B4t=C3=A9?= Date: Wed, 16 Oct 2024 15:39:20 -0400 Subject: [PATCH] Update Github Action --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c0ba9a3..4525025 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -53,9 +53,9 @@ jobs: path: scienceworld/ - name: Install dependencies - run: + run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions + python -m pip install tox tox-gh-actions - name: Install ScienceWorld run: