Skip to content

Commit 7da8189

Browse files
committed
remove powershell init from workflow
1 parent 7a61848 commit 7da8189

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/python-app-daily.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ jobs:
2525
with:
2626
micromamba-version: '1.4.5-0'
2727
environment-name: foo
28-
create-args: cdo=2.4.0 nco cartopy python=3.12
28+
create-args: cdo=2.4.0 nco cartopy python=3.13
2929
init-shell: >-
3030
bash
31-
powershell
3231
cache-environment: true
3332
post-cleanup: 'all'
3433
- name: Install dependencies

.github/workflows/python-app-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
create-args: cdo=2.4.0 nco cartopy python=3.10
3131
init-shell: >-
3232
bash
33-
powershell
3433
cache-environment: true
3534
post-cleanup: 'all'
3635
- name: Install dependencies

0 commit comments

Comments
 (0)