File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
# - "3.13"
23
23
os :
24
24
- ubuntu-latest
25
- - macos-latest
25
+ # - macos-latest
26
26
- windows-latest
27
27
include :
28
28
- os : ubuntu-latest
29
29
path : ~/.cache/uv
30
- - os : macos-latest
31
- path : ~/Library/Caches/uv
30
+ # - os: macos-latest
31
+ # path: ~/Library/Caches/uv
32
32
- os : windows-latest
33
33
path : ~\AppData\Local\uv\Cache
34
34
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Codebase Improvement:
9
9
☐ Investigate why `Ruff` action doesn't find `pipx` on `windows` without reinstalling with pip
10
10
☐ Investigate how to fix space in `pipx` on `windows`
11
11
☐ Investigate why `Basedpyright` gives different results on `windows`
12
- ☐ Fix readme badges (build)
13
12
14
13
Tests:
15
14
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ pip install nested-dict-tools
53
53
[ MIT] ( LICENSE )
54
54
55
55
<!-- Links -->
56
- [ github-ci-image ] : https://github.com/kajiih/nested_dict_tools/workflows/build/badge.svg?branch=main
56
+ [ github-ci-image ] : https://github.com/kajiih/nested_dict_tools/actions/ workflows/build.yml /badge.svg?branch=main
57
57
[ github-ci-link ] : https://github.com/kajiih/nested_dict_tools/actions?query=workflow%3Abuild+branch%3Amain
58
58
59
- [ codecov-image ] : https://img.shields.io/codecov/c/github/kajiih/nested-dict-tools /main.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333
59
+ [ codecov-image ] : https://img.shields.io/codecov/c/github/kajiih/nested_dict_tools /main.svg?logo=codecov&logoColor=aaaaaa&labelColor=333333
60
60
[ codecov-link ] : https://codecov.io/github/kajiih/nested_dict_tools
61
61
62
62
[ pypi-image ] : https://img.shields.io/pypi/v/nested-dict-tools.svg?logo=pypi&logoColor=aaaaaa&labelColor=333333
You can’t perform that action at this time.
0 commit comments