Skip to content

Commit 4f6c88e

Browse files
committed
Pre-release tweaks
1 parent 25f79f5 commit 4f6c88e

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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'

.github/workflows/tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on:
44
pull_request:
55
push:
66
branches: [main]
7+
tags:
78

89
jobs:
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/[email protected]
@@ -20,9 +21,7 @@ jobs:
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/[email protected]
2726

2827
test:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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**

docs/notebook-simulation.trees

-32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)