File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 35
35
id : venv-cache
36
36
with :
37
37
path : venv
38
- key : docs-venv-v1 -${{ hashFiles('requirements/CI-docs/requirements.txt') }}
38
+ key : docs-venv-v3 -${{ hashFiles('requirements/CI-docs/requirements.txt') }}
39
39
40
40
- name : Create venv and install deps (one by one to avoid conflict errors)
41
41
if : steps.venv-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
push :
6
6
branches : [main]
7
+ tags :
7
8
8
9
jobs :
9
10
pre-commit :
10
11
name : Lint
11
- runs-on : ubuntu-18.04
12
+ runs-on : ubuntu-latest
12
13
steps :
13
14
- name : Cancel Previous Runs
14
15
20
21
python-version : " 3.10"
21
22
- name : install clang-format
22
23
run : |
23
- sudo apt-get remove -y clang-6.0 libclang-common-6.0-dev libclang1-6.0 libllvm6.0
24
- sudo apt-get autoremove
25
- sudo apt-get install clang-format clang-format-6.0
24
+ pip install clang-format==6.0.1
26
25
-
uses :
pre-commit/[email protected]
27
26
28
27
test :
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.1] - 2023-04-19
4
+
5
+ Bug fix release for a bad dependency specification.
6
+
7
+
3
8
## [ 0.3.0] - 2022-10-25
4
9
5
10
** Features**
You can’t perform that action at this time.
0 commit comments