Skip to content

Commit

Permalink
Apply suggested workaround for affected CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Dec 12, 2024
1 parent 02dadfa commit 32a862c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,16 @@ jobs:
# limits pint < 0.17. Override. cf. iiasa/ixmp#544
pip install --upgrade pint
# Workaround Python Path in R issue https://github.com/actions/runner-images/issues/11137
- name: Install system dependencies for R packages
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' }}
run: |
# sudo apt-get update
# sudo apt-get install -y libcurl4-openssl-dev libssl-dev libxml2-dev
# sudo apt-get install -y python3-pip python3-dev
# pip3 install jupyter
sudo apt-get install -y libcurl4-openssl-dev
- name: Install R dependencies and tutorial requirements
run: |
install.packages(c("remotes", "Rcpp"))
Expand Down

0 comments on commit 32a862c

Please sign in to comment.