Skip to content

Commit

Permalink
👌 IMPROVE: Bump dependencies (poetry, pytest)
Browse files Browse the repository at this point in the history
  • Loading branch information
anafvana committed Apr 3, 2023
1 parent b7510e9 commit b175f3d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 45 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, "3.10"]
os: [ubuntu-18.04, ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, "3.10", 3.11]
os: [ubuntu-22.04, ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.4"
- name: Install dependencies
run: poetry install
run: poetry install --with dev
- name: Run test
run: poetry run pytest
69 changes: 30 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ windows-curses = {version = "^2.2.0", platform = "win32"}
dataclasses = { version = "^0.8", python = "~3.6" }
anytree = {version = "^2.8"}

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit b175f3d

Please sign in to comment.