From c5d4034736554900d06bf57bdbd6d6a6c44f2127 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 6 Jul 2024 08:57:11 -0600 Subject: [PATCH] Added virtual env --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f3c86ba29..7f0db137c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,8 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: 'pip' # caching pip dependencies + # virtual env must be used on Linux to avoid issue with setuptools + # this action creates and activates a virtual env while also caching it - uses: syphar/restore-virtualenv@v1 id: cache-virtualenv with: