update references to CARS.md and routes.py (#23993)

old-commit-hash: b9c48f12ad70ee4f5b4a8679ef674c2876fa318f
This commit is contained in:
Adeeb Shihadeh
2022-03-18 13:30:06 -07:00
committed by GitHub
parent c3693695e5
commit 5fe40091bf
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ jobs:
uses: actions/cache@v2
with:
path: /tmp/comma_download_cache
key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/test/test_routes.py') }}-${{ matrix.job }}
key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }}
- name: Cache scons
id: scons-cache
# TODO: Change the version to the released version when https://github.com/actions/cache/pull/489 (or 571) is merged.