File tree 6 files changed +15
-9
lines changed
6 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 3
3
"automerge" : true ,
4
4
"automergeStrategy" : " squash" ,
5
5
"configMigration" : true ,
6
+ "extends" : [" helpers:pinGitHubActionDigests" ],
7
+ "labels" : [" dependencies" , " skip-changelog" ],
8
+ "packageRules" : [],
6
9
"pre-commit" : {
7
10
"enabled" : true
8
11
}
Original file line number Diff line number Diff line change 68
68
sudo apt-get update \
69
69
&& sudo apt-get install -y libvirt-dev zsh
70
70
71
+ - name : Install mise
72
+ uses : jdx/mise-action@v2
73
+
71
74
- name : Set up Python ${{ matrix.python_version || '3.10' }}
72
75
if : " !contains(matrix.shell, 'wsl')"
73
76
uses : actions/setup-python@v5
@@ -126,8 +129,7 @@ jobs:
126
129
needs :
127
130
- build
128
131
129
- runs-on : ubuntu-latest
130
-
132
+ runs-on : ubuntu-22.04
131
133
steps :
132
134
# checkout needed for codecov action which needs codecov.yml file
133
135
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ build:
10
10
tools :
11
11
python : " 3.11"
12
12
commands :
13
- - asdf --version
14
- - asdf plugin add github-cli
15
- - asdf install
16
- - pip install --user tox
17
- - python3 -m tox -e docs -- --strict --site-dir=_readthedocs/html/
13
+ - curl https://mise.run | sh
14
+ - ~/.local/bin/mise trust"
15
+ - ~/.local/bin/mise exec --command "python3 -m pip install tox"
16
+ - ~/.local/bin/mise exec --command "python3 -m tox -e docs"
18
17
python :
19
18
install :
20
19
- method : pip
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ [tools ]
2
+ github-cli = " latest"
3
+ python = " latest"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ skip_install = false
107
107
usedevelop = true
108
108
commands =
109
109
sh -c " cd docs && mk changelog"
110
- mkdocs build {posargs:}
110
+ mkdocs build --strict -- site-dir =_readthedocs/html/ {posargs:}
111
111
white_list_externals =
112
112
sh
113
113
You can’t perform that action at this time.
0 commit comments