Skip to content

Commit 80bc5ad

Browse files
committed
Fix workflow?
1 parent 3f1078e commit 80bc5ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cli_setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: apt-get update && apt-get install -y python3-venv
1919

2020
- name: Run unit test
21+
shell: bash
2122
run: |
2223
python3 -m venv .ci_venv
2324
source .ci_venv/bin/activate

0 commit comments

Comments
 (0)