Skip to content

Commit

Permalink
add pytest installation to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Busch committed May 6, 2024
1 parent 7351800 commit 976c92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ runs:
- run: |
source ${{ inputs.venv-dir }}/bin/activate
python -m pip install -r requirements.txt
python -m pip install -r requirements-dev.txt
echo "VIRTUAL_ENV=${VIRTUAL_ENV}" >> $GITHUB_ENV
echo "${VIRTUAL_ENV}/bin" >> $GITHUB_PATH
shell: bash
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
licenseheaders
ruff=0.3.7
pytest=8.2.0

0 comments on commit 976c92b

Please sign in to comment.