mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
test deprecated - model (#1074)
* pylint * model API * update test * formatting * disable logger * fix checking overwrite * fix test * typo * deprecated model * fix for DDP * drop Flake8 in GH actions * Update pytorch_lightning/trainer/evaluation_loop.py * fix imports Co-authored-by: Nic Eggert <nic@eggert.io>
This commit is contained in:
co-authored by
Nic Eggert
parent
792962ecc9
commit
3be81cb54e
@@ -65,13 +65,14 @@ jobs:
|
||||
pip --version
|
||||
pip list
|
||||
|
||||
- name: Lint and Tests
|
||||
- name: Tests
|
||||
# env:
|
||||
# TOXENV: py${{ matrix.python-version }}
|
||||
run: |
|
||||
# tox --sitepackages
|
||||
flake8 .
|
||||
# flake8 .
|
||||
coverage run --source pytorch_lightning -m py.test pytorch_lightning tests pl_examples -v --doctest-modules --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}.xml
|
||||
coverage report
|
||||
|
||||
- name: Upload pytest test results
|
||||
uses: actions/upload-artifact@master
|
||||
|
||||
Reference in New Issue
Block a user