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 914d6fe commit 893ebbbCopy full SHA for 893ebbb
.github/workflows/docker.yaml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
docker:
14
runs-on: "ubuntu-latest"
15
- timeout-minutes: 5
+ timeout-minutes: 10
16
steps:
17
- uses: actions/checkout@v5
18
with:
.github/workflows/test.yaml
@@ -21,7 +21,7 @@ jobs:
21
python-version:
22
- "3.13"
23
runs-on: ${{ matrix.platform }}
24
25
26
27
- name: Set up uv with caching enabled
0 commit comments