Skip to content

Commit

Permalink
chore: 깃헙 엑션 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2jun0 committed Jan 11, 2024
1 parent 296c89d commit 7a27fc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-backend-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
- uses: actions/cache@v3
name: Define a cache for the virtual environment based on the dependencies lock file
with:
path: ./.venv
path: ${{env.working-directory}}/.venv
key: venv-${{ hashFiles('poetry.lock') }}
working-directory: ${{env.working-directory}}

- name: install the project dependencies
run: poetry install
Expand Down

0 comments on commit 7a27fc4

Please sign in to comment.