Skip to content

Commit

Permalink
ci: adding pytest as part of environment build
Browse files Browse the repository at this point in the history
Signed-off-by: Kin Long Kelvin Lee <[email protected]>
  • Loading branch information
laserkelvin committed Mar 12, 2024
1 parent 86c916d commit c640425
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ jobs:
bash
cache-environment: true
post-cleanup: 'all'
- name: Install pytest
run: |
pip install pytest pytest-dependency

0 comments on commit c640425

Please sign in to comment.