diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51db088..2475628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,5 +93,5 @@ jobs: python -m pip install pytest - name: Run tests run: | - pytest + pytest ${{ steps.tests_to_run.outputs.pytestArgs }} \ No newline at end of file