From 6b2ee20634d32e965c88fc564776acebd0aeff86 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 2 Feb 2024 14:49:18 -0800 Subject: [PATCH] not pytest? --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 38dbf07a47..c54eaf5d07 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: export PYTHONPATH=$TARGET_DIR cd $TARGET_DIR scons -j$(nproc) - selfdrive/car/tests/test_car_interfaces.py + pytest selfdrive/car/tests/test_car_interfaces.py - name: Push master-ci run: | unset TARGET_DIR