Skip to content

Commit dc2c0bf

Browse files
committed
Fix OSX tests
1 parent 53d5266 commit dc2c0bf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,6 @@ jobs:
9393
shell: bash -l {0}
9494
run: pip install -r requirements/CI-tests-pip/requirements3.7.txt
9595

96-
- name: Fix OSX Cache Write #OSX Won't let the cache restore due to file perms
97-
if: steps.cache.outputs.cache-hit != 'true' && matrix.os == 'macos-latest'
98-
run: |
99-
cp -r /usr/local/miniconda/envs/anaconda-client-env ~/osx-conda
100-
101-
- name: Fix OSX Cache Restore
102-
if: steps.cache.outputs.cache-hit == 'true' && matrix.os == 'macos-latest'
103-
run: |
104-
mkdir -p /usr/local/miniconda/envs
105-
sudo cp -r ~/osx-conda /usr/local/miniconda/envs/anaconda-client-env
10696

10797
- name: Build module
10898
run: |

0 commit comments

Comments
 (0)