Skip to content

Commit

Permalink
Fix CI run for Windows stability (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Nov 11, 2024
1 parent d0477e9 commit 5d54bba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python_version: ["3.10"]
pytest_args: [tests --ignore=tests/tpch]
pytest_args: [tests --ignore=tests/tpch --ignore=tests/geospatial]
extra-env: [""]
name_prefix: [tests]
include:
Expand Down
6 changes: 6 additions & 0 deletions ci/environment-geospatial.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This is an addition to ci/environment.yml.
# Add dependencies exclusively needed to run geospatial tests on dask competitors.
channels:
- conda-forge
dependencies:
- memray ==1.13.4
1 change: 0 additions & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ dependencies:
- pystac-client ==0.8.3
- odc-stac ==0.3.10
- adlfs ==2024.7.0
- memray ==1.13.4

########################################################
# PLEASE READ:
Expand Down

0 comments on commit 5d54bba

Please sign in to comment.