Skip to content

Commit

Permalink
Pin seaborn version to a compatible one for test_notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Dec 26, 2023
1 parent 2f8092e commit 34ed35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
sudo apt-get update && sudo apt-get -y install wget pkg-config libgmp-dev m4 libdw-dev jq python3-pip jo libgmp-dev
python3 -m pip install markupsafe==2.0.1
export PATH=$PATH:/home/opam/.local/bin
pip3 install jupyter nbconvert seaborn pandas==1.5.3 numpy==1.23.5
pip3 install jupyter nbconvert seaborn==0.11.2 pandas==1.5.3 numpy==1.23.5
cd notebooks/sequential
sudo chmod 777 .
jupyter nbconvert --to html --execute sequential.ipynb
Expand Down

0 comments on commit 34ed35c

Please sign in to comment.