Closed dependabot[bot] closed 1 year ago
Merging #55 (b328d9c) into main (842d15d) will increase coverage by
0.38%
. Report is 2 commits behind head on main. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #55 +/- ##
==========================================
+ Coverage 92.47% 92.86% +0.38%
==========================================
Files 30 32 +2
Lines 718 757 +39
==========================================
+ Hits 664 703 +39
Misses 54 54
I updated this PR to add
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
miniforge-version: latest
use-mamba: true
which seems to fix the macOS issue.
and also added ipykernel to docs deps, which is now needed for nbsphinx: https://nbsphinx.readthedocs.io/en/0.8.2/installation.html#Jupyter-Kernel
Bumps actions/checkout from 3 to 4.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show