9
.github/workflows/self-push.yml
vendored
9
.github/workflows/self-push.yml
vendored
@@ -51,11 +51,4 @@ jobs:
|
|||||||
USE_CUDA: yes
|
USE_CUDA: yes
|
||||||
run: |
|
run: |
|
||||||
source .env/bin/activate
|
source .env/bin/activate
|
||||||
python -m pytest -n 2 --dist=loadfile -s ./tests/ | tee output.txt
|
python -m pytest -n 2 --dist=loadfile -s ./tests/
|
||||||
- name: cat output.txt
|
|
||||||
run: cat output.txt
|
|
||||||
- name: Upload output.txt
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: pytest_output
|
|
||||||
path: output.txt
|
|
||||||
|
|||||||
9
.github/workflows/self-scheduled.yml
vendored
9
.github/workflows/self-scheduled.yml
vendored
@@ -46,11 +46,4 @@ jobs:
|
|||||||
USE_CUDA: yes
|
USE_CUDA: yes
|
||||||
run: |
|
run: |
|
||||||
source .env/bin/activate
|
source .env/bin/activate
|
||||||
python -m pytest -n 1 --dist=loadfile -s ./tests/ | tee output.txt
|
python -m pytest -n 1 --dist=loadfile -s ./tests/
|
||||||
- name: cat output.txt
|
|
||||||
run: cat output.txt
|
|
||||||
- name: Upload output.txt
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: pytest_output
|
|
||||||
path: output.txt
|
|
||||||
|
|||||||
Reference in New Issue
Block a user