Skip to content

Commit

Permalink
fix: fix kaleido version in windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-moss committed Nov 7, 2023
1 parent 7f8ed65 commit 9fdfc6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip uninstall kaleido # fixing kaleido version, known issue: https://github.com/plotly/Kaleido/issues/134
pip install kaleido==0.1.0.post1
- name: Run 'base' Tests
run: |
pytest --ignore tests/osm/ --ignore tests/analyse_network --deselect tests/gtfs/test_gtfs_utils.py::TestBboxFilterGtfs::test_bbox_filter_gtfs_to_date_builds_network --deselect tests/gtfs/test_validation.py::TestGtfsInstance::test__plot
pytest --ignore tests/osm/ --ignore tests/analyse_network --deselect tests/gtfs/test_gtfs_utils.py::TestBboxFilterGtfs::test_bbox_filter_gtfs_to_date_builds_network

0 comments on commit 9fdfc6b

Please sign in to comment.