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