Skip to content

Commit 851273e

Browse files
committed
(actions) load virtualenv in each step
1 parent 86babe2 commit 851273e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,13 @@ jobs:
5858
./scripts/ci/install-python-deps.sh
5959
- name: Configure
6060
run: |
61+
source ~/venv/bin/activate
6162
./scripts/ci/configure.sh
6263
- name: Build
6364
run: |
65+
source ~/venv/bin/activate
6466
./scripts/ci/build.sh
6567
- name: Test
6668
run: |
69+
source ~/venv/bin/activate
6770
./scripts/ci/test.sh

0 commit comments

Comments
 (0)