diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb5d2d1b..e5f42bca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -86,15 +86,10 @@ jobs: run: conda install --yes --file=requirements/CI-tests-conda/requirements.txt - name: Install pip deps - if: steps.cache.outputs.cache-hit != 'true' && matrix.python != 3.7 + if: steps.cache.outputs.cache-hit != 'true' shell: bash -l {0} run: pip install -r requirements/CI-tests-pip/requirements.txt - - name: Fix pandas on 3.7 - if: steps.cache.outputs.cache-hit != 'true' && matrix.python == 3.7 - shell: bash -l {0} - run: pip install -r requirements/CI-tests-pip/requirements3.7.txt - - name: Fix OSX Cache Write #OSX Won't let the cache restore due to file perms if: steps.cache.outputs.cache-hit != 'true' && matrix.os == 'macos-latest' run: | diff --git a/requirements/CI-tests-pip/requirements3.7.txt b/requirements/CI-tests-pip/requirements3.7.txt deleted file mode 100644 index 52917d58..00000000 --- a/requirements/CI-tests-pip/requirements3.7.txt +++ /dev/null @@ -1,15 +0,0 @@ -attrs==21.4.0 -colorama==0.4.4 -daiquiri==3.0.1 -humanize==4.1.0 -matplotlib==3.5.2 -numpy==1.21.6 -pandas==1.3.5 -pytest==7.1.2 -pytest-xdist==2.5.0 -seaborn==0.11.2 -sgkit[vcf]==0.5.0 -sortedcontainers==2.4.0 -tqdm==4.64.0 -tskit==0.5.3 -zarr==2.10.3