Skip to content

Commit

Permalink
Added virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull authored Jul 6, 2024
1 parent edc2779 commit c5d4034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c5d4034

Please sign in to comment.