Skip to content

Commit 4d4f926

Browse files
committed
Source venv
Signed-off-by: Ev Lacey <elacey@nvidia.com>
1 parent bff0e28 commit 4d4f926

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ jobs:
2222
run: |
2323
pip install virtualenv
2424
virtualenv .venv
25+
source .venv/bin/activate
2526
./run setup
2627
- name: Check formatting
2728
run: |
29+
source .venv/bin/activate
2830
./run check -f
2931
- name: Run Unit tests
3032
run: |
33+
source .venv/bin/activate
3134
./run test all unit
3235
- name: Coverage
3336
run: |

0 commit comments

Comments
 (0)