Skip to content

Commit

Permalink
Force poetry-core 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bneijt committed Feb 5, 2021
1 parent cad4e09 commit 28c15dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.4
- name: Install poetry
run: pip install poetry==1.1.4 poetry-core==1.0.0
- name: Poetry install
run: poetry install
- name: Check formatting
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.4
- name: Install poetry
run: pip install poetry==1.1.4 poetry-core==1.0.0
- name: Poetry install
run: poetry install
- name: Build and publish
Expand Down

0 comments on commit 28c15dc

Please sign in to comment.