We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70aafaf commit 4622c99Copy full SHA for 4622c99
.github/workflows/quality.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
quality:
17
runs-on: ubuntu-latest
18
- timeout-minutes: 45
+ timeout-minutes: 90 # TODO: need to reduce this after we figure out our testing strategy.
19
strategy:
20
matrix:
21
python-version: ['3.10', '3.11', '3.12'] # Need to add 3.13 once we resolve outlines issues.
0 commit comments