Skip to content

Commit

Permalink
CI: fix poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed Oct 25, 2022
1 parent ce0505e commit bd4bad6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Poetry
uses: snok/install-poetry@v1
poetry config virtualenvs.in-project true
with:
virtualenvs-in-project: true
- name: Set up cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -73,7 +74,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Poetry
uses: snok/install-poetry@v1
poetry config virtualenvs.in-project true
with:
virtualenvs-in-project: true
- name: Set up cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit bd4bad6

Please sign in to comment.