From 78d3d4809d1f38372466390f99372f63e6492149 Mon Sep 17 00:00:00 2001 From: Alex Morling Date: Fri, 29 Nov 2024 16:04:05 +0200 Subject: [PATCH] is pip the problem --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0690a8fa..eea34cde 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,8 +23,8 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install pip dependencies and our package - shell: bash -leo pipefail {0} run: | + python -m pip install --upgrade pip python -m pip install -e ".[all]" - name: Test