Skip to content

Commit

Permalink
Fixed GHA to run terrarium mypy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evilkost committed Nov 11, 2023
1 parent a739c2c commit 1664a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terrarium_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- name: Install dependencies
run: |
cd "terrarium/${{ matrix.value }}"
pip install --no-input .
poetry install --with mypy --without pytest
- name: Pytest
run: |
cd "terrarium/${{ matrix.value }}"
pytest .
mypu:
mypy:
runs-on: [ self-hosted, linux ]
container:
image: "python:3.11.0"
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Install dependencies
run: |
cd "terrarium/${{ matrix.value }}"
pip install --no-input .
poetry install --with mypy --without pytest
- name: Mypy
run: |
cd "terrarium/${{ matrix.value }}"
Expand Down

0 comments on commit 1664a07

Please sign in to comment.