We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb561f commit 2293386Copy full SHA for 2293386
1 file changed
.github/workflows/ci.yaml
@@ -35,9 +35,9 @@ jobs:
35
run: curl -sSL https://install.python-poetry.org | python3 -
36
- name: Install dependencies
37
run: poetry install
38
- - name: Typecheck
39
- run: poetry run tox -e typecheck
40
# FIXME: make this work
+ # - name: Typecheck
+ # run: poetry run tox -e typecheck
41
# - name: Lint
42
# run: poetry run tox -e lint
43
# - name: Security
0 commit comments