Skip to content

Commit

Permalink
Fix poetry-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Feb 8, 2021
1 parent 9c30dc2 commit 37e0461
Show file tree
Hide file tree
Showing 4 changed files with 368 additions and 247 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup poetry
uses: abatilo/actions-poetry@v2.1.0
run: |
pip install poetry poetry-core==1.0.0
- name: Setup C++ env
run: |
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 37e0461

Please sign in to comment.