Skip to content

Commit

Permalink
Merge pull request #2 from slickml/amir/fix-hash-ci
Browse files Browse the repository at this point in the history
fix: Enable poetry hashes in CI
  • Loading branch information
amirhessam88 authored Jul 31, 2024
2 parents 984a44e + 64369b6 commit ef64621
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 @@ -48,12 +48,12 @@ jobs:
#----------------------------------------------
# ----- load cached dependencies -----
#----------------------------------------------
# - name: Load Cached venv
# id: cached-poetry-dependencies
# uses: actions/cache@v3
# with:
# path: .venv
# key: venv-${{ runner.os }}-v${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Load Cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-v${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
#----------------------------------------------
# ----- install dependencies -----
#----------------------------------------------
Expand Down

0 comments on commit ef64621

Please sign in to comment.