Skip to content

Commit

Permalink
Remove 3.7 pandas fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Nov 3, 2022
1 parent 8730724 commit cf2e67d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
15 changes: 0 additions & 15 deletions requirements/CI-tests-pip/requirements3.7.txt

This file was deleted.

0 comments on commit cf2e67d

Please sign in to comment.