Skip to content

Commit

Permalink
Update Poetry installation step in tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyutyutyu committed Mar 3, 2024
1 parent 2268d5a commit 9fa3fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Install Poetry
run: curl -sSL curl -sSL https://install.python-poetry.org | python3 -

# - name: Set env
# run: echo "PATH=${PATH}:$HOME/.poetry/bin" >> $GITHUB_ENV
- name: Set env
run: echo "PATH=${PATH}:$HOME/.poetry/bin" >> $GITHUB_ENV

# - name: Checkout branch
# uses: actions/checkout@v4
Expand Down

0 comments on commit 9fa3fee

Please sign in to comment.