Skip to content

Commit

Permalink
Source before every step
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Sep 1, 2024
1 parent 095d60b commit 0dcfa43
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
source .venv/bin/activate
make EXTRAS=dev install
- name: Test
run: make test
run: |
source .venv/bin/activate
make test
- name: Lint
run: make lint
run: |
source .venv/bin/activate
make lint

0 comments on commit 0dcfa43

Please sign in to comment.