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 c4f58bd commit e07e56eCopy full SHA for e07e56e
.github/workflows/cleanup.yml
@@ -0,0 +1,14 @@
1
+# This file is managed by 'repo_helper'. Don't edit it directly.
2
+---
3
+name: Artefact Cleaner
4
+on:
5
+ schedule:
6
+ cron: 0 9 1 * *
7
+jobs:
8
+ Clean:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: cleanup
12
+ uses: glassechidna/artifact-cleaner@v2
13
+ with:
14
+ minimumAge: 1000000.0
tox.ini
@@ -44,9 +44,7 @@ commands =
44
python -m pytest --cov=sphinx_autofixture -r aR tests/ {posargs}
45
46
[testenv:docs]
47
-setenv =
48
- SHOW_TODOS = 1
49
- PIP_USE_FEATURE = 2020-resolver
+setenv = SHOW_TODOS = 1
50
basepython = python3.8
51
changedir = {toxinidir}/doc-source
52
deps =
0 commit comments