[FRONTEND] Now using exist_ok=True when creating cache directories (#288)

This commit is contained in:
Philippe Tillet
2021-09-18 23:44:21 -07:00
committed by GitHub
parent 6e5b0b4301
commit a12827848d
3 changed files with 8 additions and 7 deletions

View File

@@ -24,6 +24,11 @@ jobs:
cd python
pip3 install -e .
- name: Unit tests
run: |
cd python/test/unit
pytest -vs .
- name: Regression tests
run: |
cd python/test/regression
@@ -33,7 +38,3 @@ jobs:
sudo nvidia-smi -i 0 -rgc
sudo nvidia-smi -i 0 -rmc
- name: Unit tests
run: |
cd python/test/unit
pytest -vs .