Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Sep 6, 2023
1 parent 7c35bf8 commit ea0991c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
- name: Typing
if: startsWith(matrix.os, 'ubuntu')
run: mypy
run: |
sed -i s@python_version = 3.7@python_version = {{matrix.python-version}}@ mypy.ini
mypy
- name: Doctests
timeout-minutes: 4
Expand Down
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[mypy]
python_version = 3.7
ignore_missing_imports = True
files = cylc/flow

Expand Down

0 comments on commit ea0991c

Please sign in to comment.