Unverified Commit 12b551e7 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

install project in editabel mode for type check (#2247)

parent 9055250a
...@@ -131,7 +131,7 @@ jobs: ...@@ -131,7 +131,7 @@ jobs:
command: | command: |
pip install --user --progress-bar off numpy mypy pip install --user --progress-bar off numpy mypy
pip install --user --progress-bar off --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html pip install --user --progress-bar off --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
pip install --user --progress-bar off . pip install --user --progress-bar off --editable .
mypy --config-file mypy.ini mypy --config-file mypy.ini
clang_format: clang_format:
......
...@@ -131,7 +131,7 @@ jobs: ...@@ -131,7 +131,7 @@ jobs:
command: | command: |
pip install --user --progress-bar off numpy mypy pip install --user --progress-bar off numpy mypy
pip install --user --progress-bar off --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html pip install --user --progress-bar off --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
pip install --user --progress-bar off . pip install --user --progress-bar off --editable .
mypy --config-file mypy.ini mypy --config-file mypy.ini
clang_format: clang_format:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment