We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1078e commit 80bc5adCopy full SHA for 80bc5ad
1 file changed
.github/workflows/cli_setup.yml
@@ -18,6 +18,7 @@ jobs:
18
run: apt-get update && apt-get install -y python3-venv
19
20
- name: Run unit test
21
+ shell: bash
22
run: |
23
python3 -m venv .ci_venv
24
source .ci_venv/bin/activate
0 commit comments