[FRONTEND] Now using exist_ok=True when creating cache directories (#288)
This commit is contained in:
9
.github/workflows/integration-tests.yml
vendored
9
.github/workflows/integration-tests.yml
vendored
@@ -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 .
|
Reference in New Issue
Block a user