Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow committed May 2, 2023
1 parent d705237 commit 93ece9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ runs:
- if: ${{ inputs.pytest == 'true' }}
run: |
python -m pip install --upgrade pip
python -m pip install pytest flit
python -m pip install pytest pytest-xdist flit
cd "${{ inputs.root }}/${{ inputs.workdir }}"
python -m flit install || python -m pip install .
python -m pytest '${{ inputs.args }}' ${{ inputs.testdir }}
Expand Down

0 comments on commit 93ece9b

Please sign in to comment.