Skip to content

Commit

Permalink
Merge pull request #264 from tovrstra/disable-venv-caching
Browse files Browse the repository at this point in the history
Disable caching on venv tests
  • Loading branch information
tovrstra authored Apr 14, 2021
2 parents ec14a91 + 4a868cd commit 84e2d10
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- uses: actions/cache@v2
with:
path: ~/.local/venvs
key: ${{ runner.os }}-Python-${{ matrix.python-version }}-venv
- name: Install Pip and Roberto
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 84e2d10

Please sign in to comment.