Skip to content

Commit

Permalink
fix: Fixed test job
Browse files Browse the repository at this point in the history
  • Loading branch information
pauliyobo committed Jan 28, 2024
1 parent 0988ec2 commit d41fbc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
pip install -r requirements-dev.txt
if: steps.cache-deps.outputs.cache-hit != 'true'
- name: test code
run: pytest -v
run: |
venv/scripts/activate
pytest -v
- name: Build code
run: |
venv/scripts/activate
Expand Down

0 comments on commit d41fbc2

Please sign in to comment.