Fix local_tank_cache handling in shark_downloader. (#981)

This commit is contained in:
Ean Garvey
2023-02-09 14:52:03 -06:00
committed by GitHub
parent e9864cb3f7
commit c28cc4c919
4 changed files with 9 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ jobs:
export DYLD_LIBRARY_PATH=/usr/local/lib/
echo $PATH
pip list | grep -E "torch|iree"
pytest --ci --ci_sha=${SHORT_SHA} --local_tank_cache="/Volumes/builder/anush/shark_cache" -k vulkan
pytest --ci --ci_sha=${SHORT_SHA} --local_tank_cache="/Volumes/builder/anush/shark_cache" -k vulkan --update_tank
- name: Validate Vulkan Models (a100)
if: matrix.suite == 'vulkan' && matrix.os == 'a100'