Skip to content

Commit

Permalink
Added git submodule init
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Jan 13, 2025
1 parent 44d46e3 commit 4a47b57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a47b57

Please sign in to comment.