From 1cb9726711f16fedeb58f98c78536b8f3ea691b4 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sat, 14 Sep 2024 10:00:47 +0200 Subject: [PATCH] We need to install pipx ourselves otherwise we get the system's --- .github/workflows/integration-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index fe3e99442..0205ab0c2 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -50,6 +50,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: install conda-lock run: | + pip install pipx pipx install -e . - name: run-test run: |