Skip to content

Commit

Permalink
Try newer Poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
lidijac committed Jul 24, 2023
1 parent fc2c396 commit 652dbe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
python-version: [3.9, 3.8]
poetry-version: [1.1.7]
poetry-version: [1.3.1]
env:
IS_COVERAGE_ALLOWED: ${{ secrets.CODACY_PROJECT_TOKEN != '' }}
IS_MASTER_BRANCH: ${{ github.ref == 'refs/heads/master' }}
Expand All @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install pip dependencies
Expand All @@ -35,9 +35,9 @@ jobs:
with:
python-version: 3.9
- name: Install poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.7
poetry-version: 1.3.1
- name: Install pip dependencies
run: poetry install
- name: Run pre-commit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
python-version: 3.9
- name: Install poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.7
poetry-version: 1.3.1
- name: Install pip dependencies
run: poetry install
- name: Package
Expand Down

0 comments on commit 652dbe9

Please sign in to comment.