Skip to content

Commit

Permalink
ci shit
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Sep 3, 2024
1 parent e42b27a commit cf0ac6c
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 @@ -55,12 +55,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Cache
id: cached-poetry
uses: actions/cache@v4
with:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}
# - name: Cache
# id: cached-poetry
# uses: actions/cache@v4
# with:
# path: ./.venv
# key: venv-${{ hashFiles('poetry.lock') }}

- name: Install poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
Expand Down

0 comments on commit cf0ac6c

Please sign in to comment.