From 4a47b57c55a33cb1542f2bb4557c3a4899833dbd Mon Sep 17 00:00:00 2001 From: Pariterre Date: Mon, 13 Jan 2025 16:25:45 -0500 Subject: [PATCH] Added git submodule init --- .github/workflows/run_tests_linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_tests_linux.yml b/.github/workflows/run_tests_linux.yml index ec5116056..6e7e976ca 100644 --- a/.github/workflows/run_tests_linux.yml +++ b/.github/workflows/run_tests_linux.yml @@ -53,8 +53,10 @@ jobs: - name: Install pytorch on Linux run: | - pip install torch>=2.0 + git submodule update --init --recursive cd external/l4casadi + pip install torch>=2.0 + pip install setuptools>=68.1 scikit-build>=0.17 cmake>=3.27 ninja>=1.11 pip install . --no-build-isolation cd ../.. if: matrix.shard == 3