Skip to content

Commit

Permalink
use right envs
Browse files Browse the repository at this point in the history
  • Loading branch information
witlox committed Oct 31, 2024
1 parent c9c7846 commit 2fa050e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: poetry
name: build-test

on:
- push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecoverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: poetry
name: coverage

on:
- push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/type-checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: poetry
name: type-checks

on:
- push
Expand Down Expand Up @@ -29,6 +29,6 @@ jobs:
poetry config virtualenvs.in-project false
poetry config virtualenvs.path .virtualenvs
- name: Install project
run: poetry install --with test --no-interaction
run: poetry install --with dev --no-interaction
- name: Type-check with poetry
run: poetry run mypy horao

0 comments on commit 2fa050e

Please sign in to comment.