Skip to content

Commit 17dd063

Browse files
committed
env
1 parent f8d8d78 commit 17dd063

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212
os: [ubuntu-latest, windows-latest, macos-latest]
1313
runs-on: ${{ matrix.os }}
14+
defaults:
15+
run:
16+
# Adding -l {0} helps ensure conda can be found properly in windows.
17+
shell: bash -l {0}
1418

1519

1620
steps:

0 commit comments

Comments
 (0)