[Fix] github actions CI by reverting #5138 (#5686)

This commit is contained in:
Sam Shleifer
2020-07-13 17:12:18 -04:00
committed by GitHub
parent 45addfe96d
commit c3c61ea017
2 changed files with 2 additions and 16 deletions

View File

@@ -51,11 +51,4 @@ jobs:
USE_CUDA: yes
run: |
source .env/bin/activate
python -m pytest -n 2 --dist=loadfile -s ./tests/ | tee output.txt
- name: cat output.txt
run: cat output.txt
- name: Upload output.txt
uses: actions/upload-artifact@v1
with:
name: pytest_output
path: output.txt
python -m pytest -n 2 --dist=loadfile -s ./tests/