Skip to content

Commit

Permalink
Update action.yml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow authored Apr 27, 2022
1 parent 42ca6dc commit 0515b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ inputs:
default: false

# Advanced Settings
pytest_markers:
args:
description: |
Customize which tests run with Pytest Markers
default: '-m not integration and not gpu'
default: ''
pypi_repo:
description: |
PyPi Target. Use this to point to private or test locations.
Expand Down Expand Up @@ -146,7 +146,7 @@ runs:
python -m pip install pytest flit
cd "${{ inputs.root }}"
python -m flit install
python -m pytest '${{ inputs.pytest_markers }}' tests
python -m pytest '${{ inputs.args }}' tests
shell: bash

- if: ${{ inputs.pypi_publish == 'true' }}
Expand Down

0 comments on commit 0515b3d

Please sign in to comment.