Skip to content

Commit

Permalink
(actions) load virtualenv in each step
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Dec 10, 2022
1 parent 86babe2 commit 851273e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ jobs:
./scripts/ci/install-python-deps.sh
- name: Configure
run: |
source ~/venv/bin/activate
./scripts/ci/configure.sh
- name: Build
run: |
source ~/venv/bin/activate
./scripts/ci/build.sh
- name: Test
run: |
source ~/venv/bin/activate
./scripts/ci/test.sh

0 comments on commit 851273e

Please sign in to comment.