Skip to content

Commit

Permalink
CI: Fix testing notebooks with ipython 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp authored and TristanFauvel committed Jan 4, 2023
1 parent c106320 commit 949a8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nbval-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
python3 ci/list-requirements.py requirements/dev.txt > /tmp/conda-req.txt
conda install --experimental-solver=libmamba -c sebp -n sksurv-test --file /tmp/conda-req.txt
conda install --experimental-solver=libmamba -n sksurv-test ipykernel 'matplotlib==3.5.1' nbformat 'seaborn==0.11.2'
conda install --experimental-solver=libmamba -n sksurv-test ipykernel 'matplotlib==3.5.1' nbformat 'seaborn==0.11.2' 'ipython!=8.7.0'
conda run -n sksurv-test pip install nbval
conda list -n sksurv-test
- name: Configure matplotlib
Expand Down

0 comments on commit 949a8c1

Please sign in to comment.