From a80081e52ed3bd069a75a4caaed44e45e35c647d Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Sat, 29 Jan 2022 00:51:07 +0100 Subject: [PATCH] CI: remove the temporary pandas RC build (#2331) --- .github/workflows/tests.yaml | 3 --- ci/envs/39-rc.yaml | 32 -------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 ci/envs/39-rc.yaml diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e86739a..f2b72c7 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -60,9 +60,6 @@ jobs: os: windows-latest postgis: false dev: false - - env: ci/envs/39-rc.yaml - os: ubuntu-latest - dev: true - env: ci/envs/310-dev.yaml os: ubuntu-latest dev: true diff --git a/ci/envs/39-rc.yaml b/ci/envs/39-rc.yaml deleted file mode 100644 index 83dbb4b..0000000 --- a/ci/envs/39-rc.yaml +++ /dev/null @@ -1,32 +0,0 @@ -name: test -channels: - - conda-forge -dependencies: - - python=3.9 - - cython - # required - - shapely - - fiona - - pyproj - - packaging - # testing - - pytest - - pytest-cov - - pytest-xdist - - fsspec - # optional - - rtree - - matplotlib-base - - mapclassify - - folium - - xyzservices - - scipy - - geopy - #- geopy - - SQLalchemy - - libspatialite - - pyarrow - - pip - - pip: - # dev versions of packages - - git+https://github.com/pydata/pandas.git@1.4.x