Skip to content

Commit bbc23ae

Browse files
authored
path fix, init bash
1 parent f49a409 commit bbc23ae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
environment-file: tests/test-env.yml
3131
create-args: python=${{ matrix.python-version }}
32+
init-shell: bash
3233
- name: Test with pytest
3334
run: |
3435
eval "$(micromamba shell hook --shell bash)"

tests/test-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dependencies:
1515
- ipywidgets
1616
- pip:
1717
- git+https://github.com/deeplycloudy/lmatools
18-
- -e .
18+
- -e ../

0 commit comments

Comments
 (0)