Skip to content

Commit

Permalink
ci: skip cache
Browse files Browse the repository at this point in the history
Signed-off-by: Zakhar Bessarab <[email protected]>
  • Loading branch information
zekker6 committed May 22, 2024
1 parent deb5030 commit 8f5cbe6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v4

- name: Cache .venv directory
uses: actions/cache@v4
with:
path: .venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}
#
# - name: Cache .venv directory
# uses: actions/cache@v4
# with:
# path: .venv
# key: ${{ runner.os }}-venv-${{ hashFiles('**/requirements.txt') }}

- name: Converge
run: |
Expand Down

0 comments on commit 8f5cbe6

Please sign in to comment.