diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18e311fe..807bcf10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,8 +31,8 @@ jobs: python setup.py install - name: Test with pytest from dedicated branch uses: actions/checkout@v4 - with: - ref: pytests + with: + ref: pytests run: | # Create a clean UEDGE instance for every test pytest --forked