File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 27
27
python_version : " 3.10"
28
28
install_args : " --extras async-rediscache"
29
29
30
- # Undeclared dependency for `releases`... whoops
31
- # https://github.com/bitprophet/releases/pull/82
32
- - run : pip install six
33
-
34
30
- name : Generate HTML Site
35
31
run : sphinx-build -nW -j auto -b html docs docs/build
36
32
56
52
python_version : " 3.10"
57
53
install_args : " --extras async-rediscache"
58
54
59
- # Undeclared dependency for `releases`... whoops
60
- # https://github.com/bitprophet/releases/pull/82
61
- - run : pip install six
62
-
63
55
- name : Build All Doc Versions
64
56
run : sphinx-multiversion docs docs/build -n -j auto
65
57
env :
Original file line number Diff line number Diff line change 24
24
install_args : " --extras async-rediscache"
25
25
26
26
# We will not run `flake8` here, as we will use a separate flake8
27
- # action. As pre-commit does not support user installs, we set
28
- # PIP_USER=0 to not do a user install.
27
+ # action.
29
28
- name : Run pre-commit hooks
30
- run : export PIP_USER=0; SKIP=flake8 pre-commit run --all-files
29
+ run : SKIP=flake8 pre-commit run --all-files
31
30
32
31
# Run flake8 and have it format the linting errors in the format of
33
32
# the GitHub Workflow command to register error annotations. This
You can’t perform that action at this time.
0 commit comments