Skip to content

Commit

Permalink
remove cache from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Nov 19, 2023
1 parent 0cffe90 commit e3262a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
uses: abatilo/[email protected]
with:
poetry-version: 1.4.0
- name: Cache Poetry virtualenv
uses: actions/cache@v3
id: cache
with:
path: ~/.virtualenvs
key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
#- name: Cache Poetry virtualenv
# uses: actions/cache@v3
# id: cache
# with:
# path: ~/.virtualenvs
# key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}

- name: Set Poetry config
run: |
Expand Down

0 comments on commit e3262a3

Please sign in to comment.