Skip to content

Commit e07e56e

Browse files
Updated files with 'repo_helper'. (#2)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent c4f58bd commit e07e56e

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/cleanup.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ commands =
4444
python -m pytest --cov=sphinx_autofixture -r aR tests/ {posargs}
4545

4646
[testenv:docs]
47-
setenv =
48-
SHOW_TODOS = 1
49-
PIP_USE_FEATURE = 2020-resolver
47+
setenv = SHOW_TODOS = 1
5048
basepython = python3.8
5149
changedir = {toxinidir}/doc-source
5250
deps =

0 commit comments

Comments
 (0)