Skip to content

Commit

Permalink
馃憣 IMPROVE: Correct dev dependencies and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anafvana committed Apr 3, 2023
1 parent 23231b4 commit 74387d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.10", 3.11]
os: [ubuntu-18.04, ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-22.04, ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -18,7 +18,7 @@ jobs:
with:
poetry-version: "1.2"
- name: Install dependencies
run: poetry install
run: poetry install --with dev
- name: Static type checking
run: poetry run mypy .
if: runner.os != 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -13,7 +13,7 @@ keywords = ["terminal", "gui","pick", "group", "assign"]
python = ">=3.10"
windows-curses = {version = "^2.2.0", platform = "win32"}

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.3"
mypy = "^0.991"
pre-commit = "^2.20.0"
Expand Down

0 comments on commit 74387d9

Please sign in to comment.