Skip to content

Commit 9908cc3

Browse files
authored
Merge pull request #55 from togethercomputer/orangetin/patch-workflow
Fix poetry install
2 parents 43e56c5 + 59d5bf3 commit 9908cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020

2121
- name: Install poetry
22-
run: make poetry-download
22+
run: curl -sSL https://install.python-poetry.org | python3 -
2323

2424
- name: Set up cache
2525
uses: actions/cache@v2.1.6

0 commit comments

Comments
 (0)