Skip to content

Commit

Permalink
pip install pytest in action
Browse files Browse the repository at this point in the history
  • Loading branch information
zMynxx committed Aug 18, 2023
1 parent e2dac61 commit 7d8b04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/python/pytest/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
run: |
python -m venv ./.venv
source ./.venv/bin/activate
python -m pip install pytest
python -m pip install -r ${{ inputs.requirements_file }}
# Linters
Expand Down

0 comments on commit 7d8b04d

Please sign in to comment.