From 7f59e5c439125992041a4a040b8611360206586a Mon Sep 17 00:00:00 2001 From: Matteo Bunino Date: Mon, 29 Apr 2024 21:29:58 +0200 Subject: [PATCH] Update action --- .github/workflows/test-torch.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-torch.yml b/.github/workflows/test-torch.yml index 57b81e07..9423ebcb 100644 --- a/.github/workflows/test-torch.yml +++ b/.github/workflows/test-torch.yml @@ -20,10 +20,14 @@ jobs: ls -la $(pwd) && ls -la /repo && cd /repo && - pip install --no-cache .[dev] + pip install --no-cache /repo[dev] - name: Run tests - run: which pip + run: | + which pip && + which pip3 && + which python && + which python3 - name: Run tests run: pytest -v tests/