Skip to content

Commit

Permalink
fixup! 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 311f451 commit e266c02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ jobs:
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 libcurl4-openssl-dev libssl-dev libxml2-dev
# sudo apt-get install -y python3-pip python3-dev
sudo apt-get install -y libcurl4-openssl-dev
pip3 install jupyter
- name: Install R dependencies and tutorial requirements
Expand Down

0 comments on commit e266c02

Please sign in to comment.