Skip to content

Commit

Permalink
Fixing compilation of ACADOS on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Jan 11, 2024
1 parent cdd0b56 commit e7fb5ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ jobs:
mamba list
- name: Install extra dependencies
run: mamba install pytest-cov black pytest pytest-cov codecov packaging -cconda-forge
run: mamba install pytest-cov black pytest pytest-cov codecov packaging rhash -cconda-forge

- name: Install ACADOS on Linux
run: |
pwd
cd external
conda install -cconda-forge
./acados_install_linux.sh 4 ${{ env.PREFIX_LINUX }}
cd ..
if: matrix.shard == 1
Expand Down

0 comments on commit e7fb5ab

Please sign in to comment.