We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee97797 commit 4c85564Copy full SHA for 4c85564
.github/workflows/conda.yml
@@ -21,7 +21,7 @@ jobs:
21
os: [ubuntu-latest]
22
python-version: ["3.9", "3.10"]
23
runs-on: ${{ matrix.os }}
24
- timeout: 46 # minutes, equal to max + 3*std over the last 600 successful runs
+ timeout-minutes: 46 # equal to max + 3*std over the last 600 successful runs
25
env:
26
QUICKTEST: True
27
steps:
0 commit comments