Skip to content

Commit

Permalink
update pytest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuhan-Yang committed Feb 14, 2025
1 parent 76e9ce8 commit 5f79a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
poetry config virtualenvs.in-project true
- name: Cache the poetry cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ./.venv
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
Expand Down

0 comments on commit 5f79a31

Please sign in to comment.