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 450f1ba commit 024356bCopy full SHA for 024356b
.github/workflows/tests.yml
@@ -65,12 +65,9 @@ jobs:
65
channel-priority: strict
66
auto-update-conda: true
67
68
- - name: move profile
69
- if: steps.cache.outputs.cache-hit != 'true' && runner.os != 'Windows'
+ - name: Fix windows .profile
+ if: steps.cache.outputs.cache-hit != 'true' && runner.os == 'Windows'
70
run: |
71
- # The setup-miniconda action leaves different shell init files for
72
- # different OSes. Bash gives priority to ~/.bash_profile, so here we
73
- # ensure that's used for all platforms.
74
cp ~/.bash_profile ~/.profile
75
76
- name: install dependencies
0 commit comments