We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d5266 commit dc2c0bfCopy full SHA for dc2c0bf
.github/workflows/tests.yml
@@ -93,16 +93,6 @@ jobs:
93
shell: bash -l {0}
94
run: pip install -r requirements/CI-tests-pip/requirements3.7.txt
95
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
104
- mkdir -p /usr/local/miniconda/envs
105
- sudo cp -r ~/osx-conda /usr/local/miniconda/envs/anaconda-client-env
106
107
- name: Build module
108
run: |
0 commit comments