Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
d4ef6e5b
Commit
d4ef6e5b
authored
Jul 14, 2023
by
baberabb
Browse files
fix
parent
82c12e9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+1
-1
No files found.
.github/workflows/python-package.yml
View file @
d4ef6e5b
...
@@ -32,7 +32,7 @@ jobs:
...
@@ -32,7 +32,7 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
-
name
:
Lint with mypy
-
name
:
Lint with mypy
run
:
mypy
tinygrad/
--ignore-missing-imports --check-untyped-defs --explicit-package-bases --warn-unreachable
run
:
mypy
.
--ignore-missing-imports --check-untyped-defs --explicit-package-bases --warn-unreachable
testcpu
:
testcpu
:
name
:
CPU Tests
name
:
CPU Tests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment