🧪 test: level 4 - fix format

This commit is contained in:
Florian Hönicke
2023-04-29 03:12:45 +02:00
parent 9372df00dd
commit 7a95a60f19

View File

@@ -27,7 +27,7 @@ jobs:
- name: Test
id: test
run: |
pytest -v -s -m "not gpu" --splits 4 --group ${{ matrix.group }} --splitting-algorithm least_duration test/
pytest -v -s -m "not gpu" --splits 5 --group ${{ matrix.group }} --splitting-algorithm least_duration test/
timeout-minutes: 10
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}