Skip to content

Commit

Permalink
fix: setting the path of virtualenv in github test
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyu97 committed Jul 5, 2024
1 parent a1df55e commit 3264b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:

- name: Set poetry environment
run: |
poetry config virtualenvs.in-project true --local
poetry env use 3.11
- name: Install dependencies
Expand Down

0 comments on commit 3264b76

Please sign in to comment.