Skip to content

Commit 2b163d6

Browse files
authored
Update chartlets-ci.yml
1 parent 7d92717 commit 2b163d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/chartlets-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
uses: mamba-org/setup-micromamba@v1
1212
with:
1313
environment-file: chartlets.py/environment.yml
14-
- name: Run tests
14+
- name: Run unit tests
15+
shell: bash -l {0}
1516
run: |
1617
cd chartlets.py
1718
pytest

0 commit comments

Comments
 (0)