Skip to content

Commit

Permalink
chore: remove notebook tests from test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAcoustics committed Nov 5, 2024
1 parent 06b0e98 commit b2e6a55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Tagged Release
# based on: https://github.com/ArjanCodes/examples/blob/0b8c8ab74908be5ed9239fcdaed875548d3f595c/2024/publish_pypi/release.yaml

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # v1.2.3
- "v[0-9]+.[0-9]+.[0-9]+a[0-9]+" # v1.2.3a1
- "v[0-9]+.[0-9]+.[0-9]+b[0-9]+" # v1.2.3b1
- "v[0-9]+.[0-9]+.[0-9]+rc[0-9]+" # v1.2.3rc1
- "v[0-9]+.[0-9]+.[0-9]+-a[0-9]+" # v1.2.3-a1
- "v[0-9]+.[0-9]+.[0-9]+-b[0-9]+" # v1.2.3-b1
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" # v1.2.3-rc1
- "v[0-9]+.[0-9]+.[0-9]+-dev[0-9]+" # v1.2.3-dev1
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # v1.2.3
- "v[0-9]+.[0-9]+.[0-9]+a[0-9]+" # v1.2.3a1
- "v[0-9]+.[0-9]+.[0-9]+b[0-9]+" # v1.2.3b1
- "v[0-9]+.[0-9]+.[0-9]+rc[0-9]+" # v1.2.3rc1
- "v[0-9]+.[0-9]+.[0-9]+-a[0-9]+" # v1.2.3-a1
- "v[0-9]+.[0-9]+.[0-9]+-b[0-9]+" # v1.2.3-b1
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" # v1.2.3-rc1
- "v[0-9]+.[0-9]+.[0-9]+-dev[0-9]+" # v1.2.3-dev1

jobs:
details:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ jobs:

- name: Run tests for all dependencies
run: uv run pytest

- name: Run tests for tutorial notebooks
run: uv run pytest --nbmake -n=auto docs --ignore=docs/tutorials/BinauralAnalysis.ipynb --no-cov # BinauralAnalysis is too slow

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "soundscapy"
version = "0.7.5-a6"
version = "0.7.5-a7"
description = "A python library for analysing and visualising soundscape assessments."
authors = [
{ name = "Andrew Mitchell", email = "[email protected]" }
Expand Down

0 comments on commit b2e6a55

Please sign in to comment.