Skip to content

Commit

Permalink
fix typo in pyproject.toml CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 12, 2024
1 parent 84f94bd commit a03946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lkdev/workflows/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
PLATFORMS = ["ubuntu-latest", "macos-latest", "windows-latest"]
FILTER_PATHS = [
"lenskit/**.py",
"**pyroject.toml",
"**pyproject.toml",
"requirements*.txt",
"data/**",
".github/workflows/test.yml",
Expand Down

0 comments on commit a03946e

Please sign in to comment.