Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Oct 2, 2024
1 parent 0a0c98c commit 4b1f39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
marker: ["not llm", "llm0", "llm1", "llm2", "llm3"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def prepare_table():
regex_validator(
re.compile(
(
"black and white \\(0.97363\\d+7\\)\n"
"black and white \\(0.97363\\d+\\)\n"
"photorealist \\(0.02141\\d+\\)\n"
"painting \\(0.004946\\d+\\)\n"
),
Expand Down

0 comments on commit 4b1f39b

Please sign in to comment.