We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49a409 commit bbc23aeCopy full SHA for bbc23ae
2 files changed
.github/workflows/python-package.yml
@@ -29,6 +29,7 @@ jobs:
29
with:
30
environment-file: tests/test-env.yml
31
create-args: python=${{ matrix.python-version }}
32
+ init-shell: bash
33
- name: Test with pytest
34
run: |
35
eval "$(micromamba shell hook --shell bash)"
tests/test-env.yml
@@ -15,4 +15,4 @@ dependencies:
15
- ipywidgets
16
- pip:
17
- git+https://github.com/deeplycloudy/lmatools
18
- - -e .
+ - -e ../
0 commit comments