Skip to content

Commit

Permalink
add new line at eof pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hstewart93 committed Jul 1, 2024
1 parent 171512a commit 19ed670
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ jobs:
files: dist/*
name: ${{ steps.branch_info.outputs.TAG }}
tag_name: ${{ steps.branch_info.outputs.TAG }}


2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
pip install -e .[ci]
- name: Run tests
run: |
pytest
pytest

0 comments on commit 19ed670

Please sign in to comment.