Skip to content

Commit

Permalink
Disable caching on venv tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Apr 14, 2021
1 parent 333126a commit 4a868cd
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 4a868cd

Please sign in to comment.