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 3535 id : venv-cache
3636 with :
3737 path : venv
38- key : docs-venv-v1 -${{ hashFiles('requirements/CI-docs/requirements.txt') }}
38+ key : docs-venv-v3 -${{ hashFiles('requirements/CI-docs/requirements.txt') }}
3939
4040 - name : Create venv and install deps (one by one to avoid conflict errors)
4141 if : steps.venv-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 44 pull_request :
55 push :
66 branches : [main]
7+ tags :
78
89jobs :
910 pre-commit :
1011 name : Lint
11- runs-on : ubuntu-18.04
12+ runs-on : ubuntu-latest
1213 steps :
1314 - name : Cancel Previous Runs
1415 uses : styfle/cancel-workflow-action@0.11.0
2021 python-version : " 3.10"
2122 - name : install clang-format
2223 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
2625 - uses : pre-commit/action@v3.0.0
2726
2827 test :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.3.1] - 2023-04-19
4+
5+ Bug fix release for a bad dependency specification.
6+
7+
38## [ 0.3.0] - 2022-10-25
49
510** Features**
You can’t perform that action at this time.
0 commit comments