From 6feca1aa4f47ed117d6ea323d7209297c7669bbf Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Wed, 13 Sep 2023 20:51:02 +0200 Subject: [PATCH] Fix testing with Python 2.7 and Windows --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0d97f13a..8f08504d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -111,7 +111,7 @@ jobs: - name: Install package run: | - pip install . + pip install --user . - name: Test run: |