Skip to content

Commit

Permalink
Pre-release tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Apr 19, 2023
1 parent 25f79f5 commit 4f6c88e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: venv-cache
with:
path: venv
key: docs-venv-v1-${{ hashFiles('requirements/CI-docs/requirements.txt') }}
key: docs-venv-v3-${{ hashFiles('requirements/CI-docs/requirements.txt') }}

- name: Create venv and install deps (one by one to avoid conflict errors)
if: steps.venv-cache.outputs.cache-hit != 'true'
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:
pull_request:
push:
branches: [main]
tags:

jobs:
pre-commit:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
Expand All @@ -20,9 +21,7 @@ jobs:
python-version: "3.10"
- name: install clang-format
run: |
sudo apt-get remove -y clang-6.0 libclang-common-6.0-dev libclang1-6.0 libllvm6.0
sudo apt-get autoremove
sudo apt-get install clang-format clang-format-6.0
pip install clang-format==6.0.1
- uses: pre-commit/[email protected]

test:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.3.1] - 2023-04-19

Bug fix release for a bad dependency specification.


## [0.3.0] - 2022-10-25

**Features**
Expand Down
Binary file modified docs/notebook-simulation.trees
Binary file not shown.

0 comments on commit 4f6c88e

Please sign in to comment.