Skip to content

Commit

Permalink
v0.4 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalmat committed Apr 17, 2024
1 parent 363865a commit 283da7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/type-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- dev
- master
pull_request:
paths:
- "**/requirements.txt"
Expand All @@ -24,6 +24,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "docs/requirements.txt"
- run: pip install -r "docs/requirements.txt"
cache-dependency-path: "requirements.txt"
- run: pip install -r "requirements.txt"
- run: mypy . --python-version=${{ matrix.python-version }}

0 comments on commit 283da7b

Please sign in to comment.