Skip to content

Commit

Permalink
type check on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
grmpflh27 committed Apr 16, 2024
1 parent e9ce992 commit 097c37f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- name: Checkout git repository πŸ•
uses: actions/checkout@v4

- name: Set up python3.12 🐍
- name: Set up python3.11 🐍
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.11

- name: Install poetry πŸ¦„
uses: Gr1N/setup-poetry@v9
with:
poetry-version: 1.6.1
poetry-version: 1.8.1

- name: Load poetry cached libs ⬇
uses: actions/cache@v4
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Install poetry πŸ¦„
uses: Gr1N/setup-poetry@v9
with:
poetry-version: 1.6.1
poetry-version: 1.8.1

- name: Install dependencies πŸ–₯
run: poetry install --no-interaction --extras "docs"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test:
poetry run pytest --cov capella_console_client --cov-report=html -sv

types:
poetry run mypy --install-types --non-interactive capella_console_client
poetry run mypy --install-types --non-interactive capella_console_client --tb --verbose

docs:
poetry run make -C docs html
Expand Down

0 comments on commit 097c37f

Please sign in to comment.