Skip to content

Commit

Permalink
Fixes workflow syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Dec 7, 2023
1 parent 841a336 commit 148b901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 148b901

Please sign in to comment.