Skip to content

Commit 99b06fc

Browse files
committed
acivate venv before running
1 parent d2000d3 commit 99b06fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
2828
- name: Run Test Script
2929
run: |
30+
source venv/bin/activate
3031
chmod +x tests/test_clis.sh
3132
./tests/test_clis.sh

0 commit comments

Comments
 (0)