We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed3f91 commit 0a6c34eCopy full SHA for 0a6c34e
.github/workflows/run_tests_linux.yml
@@ -41,7 +41,9 @@ jobs:
41
mamba list
42
43
- name: Install extra dependencies
44
- run: mamba install pytest-cov black pytest pytest-cov codecov packaging -cconda-forge
+ run: |
45
+ mamba install pytest-cov black pytest pytest-cov codecov packaging -cconda-forge
46
+ sudo apt install -y librhash-dev
47
48
- name: Install ACADOS on Linux
49
run: |
external/acados_install_linux.sh
@@ -61,8 +61,6 @@ mkdir acados/build
61
cd acados/build
62
63
# Run cmake
64
-echo "coucou"
65
-which cmake
66
cmake . .. \
67
-DACADOS_INSTALL_DIR="$ARG2"\
68
-DACADOS_PYTHON=ON\
0 commit comments