From 972ed4635af49e1cde6908e580535a9bce578afb Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Sun, 20 Oct 2019 23:36:47 -0700 Subject: [PATCH] Try pip user install and path update --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9935f7f..dfd6a7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,8 @@ jobs: - name: Install dependencies run: | sudo apt install protobuf-compiler - pip3 install pipenv + pip3 install --user pipenv + export PATH="$HOME/.local/bin:$PATH" pipenv install --dev - name: Run tests run: |