Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Aug 19, 2023
1 parent 5a70100 commit 1326553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
curl -sSL https://install.python-poetry.org | python -
- name: Add poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- name: Install package deps
Expand Down

0 comments on commit 1326553

Please sign in to comment.