Skip to content

Commit

Permalink
Feature/update dependencies (#390)
Browse files Browse the repository at this point in the history
* chore: Update dependencies

* chore: Update GitHub action
  • Loading branch information
kutuzov13 committed Jan 19, 2023
1 parent 12c6c2d commit b4ad6b6
Show file tree
Hide file tree
Showing 3 changed files with 578 additions and 594 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Setup dependencies
uses: ExpressApp/github-actions-poetry@v0.2
uses: ExpressApp/github-actions-poetry@v0.3
with:
python-version: ${{ matrix.python-version }}
poetry-version: "1.2.1"
poetry-version: "1.3.2"

- name: Run tests
env:
Expand All @@ -35,10 +35,10 @@ jobs:

steps:
- name: Setup dependencies
uses: ExpressApp/github-actions-poetry@v0.2
uses: ExpressApp/github-actions-poetry@v0.3
with:
python-version: "3.10"
poetry-version: "1.2.1"
python-version: ${{ matrix.python-version }}
poetry-version: "1.3.2"

- name: Run linters
run: |
Expand All @@ -50,10 +50,10 @@ jobs:

steps:
- name: Setup dependencies
uses: ExpressApp/github-actions-poetry@v0.2
uses: ExpressApp/github-actions-poetry@v0.3
with:
python-version: "3.10"
poetry-version: "1.2.1"
python-version: ${{ matrix.python-version }}
poetry-version: "1.3.2"

- name: Run linters
run: |
Expand Down
Loading

0 comments on commit b4ad6b6

Please sign in to comment.