Skip to content

Commit

Permalink
Install R dependencies
Browse files Browse the repository at this point in the history
Fix issue with fairadapt dependency igraph: https://r.igraph.org/articles/installation-troubleshooting.html#cannot-compile-igraph-from-sources-on-linux

Signed-off-by: Samuel Hoffman <hoffman.sc@gmail.com>
  • Loading branch information
hoffmansc committed Feb 21, 2024
1 parent a5b8fb2 commit 465820c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:

- name: Install dependencies
run: |
apt install libglpk-dev libxml2-dev
python -m pip install --upgrade pip setuptools wheel
pip install -e '.[all]'
pip install flake8
Expand Down

0 comments on commit 465820c

Please sign in to comment.