Skip to content

Commit b5561c9

Browse files
committed
Update ci-build.yaml
1 parent c29d559 commit b5561c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
with:
3838
load_cache: 'false'
3939
- name: TEST
40+
run: |
41+
conda run --name pypackit --live-stream -vv python -m pypackit --help
42+
x=$(conda run --name pypackit --live-stream -vv python -m pypackit --help)
43+
echo "X is $x"
44+
- name: TEST2
4045
run: |
4146
test-ci
4247
x=$(test-ci)

0 commit comments

Comments
 (0)