Skip to content

Commit 024356b

Browse files
committed
.
1 parent 450f1ba commit 024356b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,9 @@ jobs:
6565
channel-priority: strict
6666
auto-update-conda: true
6767

68-
- name: move profile
69-
if: steps.cache.outputs.cache-hit != 'true' && runner.os != 'Windows'
68+
- name: Fix windows .profile
69+
if: steps.cache.outputs.cache-hit != 'true' && runner.os == 'Windows'
7070
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.
7471
cp ~/.bash_profile ~/.profile
7572
7673
- name: install dependencies

0 commit comments

Comments
 (0)