Skip to content

Commit

Permalink
Fix typo in nightly tests (#296)
Browse files Browse the repository at this point in the history
* Fix typo in nightly tests

* Add test trigger

* Removing test trigger for nightly
  • Loading branch information
phackstock authored Dec 20, 2023
1 parent 662a0eb commit df34986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
run: poetry install --no-interaction

- name: Test with pytest
run: poerty run pytest tests
run: poetry run pytest tests

0 comments on commit df34986

Please sign in to comment.