Skip to content

Commit

Permalink
Install python3-numpy in Ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Aug 30, 2020
1 parent 2ec8883 commit 47812dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ jobs:
if: contains(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install git build-essential cmake libace-dev coinor-libipopt-dev libeigen3-dev swig qtbase5-dev qtdeclarative5-dev qtmultimedia5-dev libqt5charts5-dev \
libxml2-dev liboctave-dev python-dev valgrind libassimp-dev
sudo apt-get install \
git build-essential cmake libace-dev coinor-libipopt-dev libeigen3-dev swig \
qtbase5-dev qtdeclarative5-dev qtmultimedia5-dev libqt5charts5-dev \
libxml2-dev liboctave-dev python-dev python3-numpy valgrind libassimp-dev
- name: Cache Source-based Dependencies
id: cache-source-deps
Expand Down

0 comments on commit 47812dd

Please sign in to comment.