Skip to content

Commit 68b9f9e

Browse files
committed
CI update
1 parent e44614f commit 68b9f9e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ jobs:
5454
5555
- name: install with pip
5656
shell: bash -l {0}
57-
run: which pip
58-
run: pip install -e .
59-
run: conda list
57+
run: |
58+
which pip
59+
pip install -e
60+
conda list
6061
6162
- name: Run test suite
6263
shell: bash -l {0}

0 commit comments

Comments
 (0)