File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 53
53
\"python-version\": \"3.8\", \
54
54
\"package_level\": \"latest\" \
55
55
}, \
56
+ { \
57
+ \"os\": \"macos-latest\", \
58
+ \"python-version\": \"3.11\", \
59
+ \"package_level\": \"latest\" \
60
+ }, \
56
61
{ \
57
62
\"os\": \"macos-latest\", \
58
63
\"python-version\": \"3.12\", \
@@ -193,7 +198,6 @@ jobs:
193
198
run : |
194
199
make doclinkcheck
195
200
- name : Send coverage result to coveralls.io
196
- shell : bash -l {0}
197
201
env :
198
202
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
199
203
COVERALLS_PARALLEL : true
Original file line number Diff line number Diff line change 133
133
RMDIR_R_FUNC = find . -type d -name '$(1 ) ' | xargs -n 1 rm -rf
134
134
CP_FUNC = cp -r $(1 ) $(2 )
135
135
ENV = env | sort
136
- WHICH = which
136
+ WHICH = which -a
137
137
endif
138
138
139
139
# Name of this project
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ Released: not yet
27
27
28
28
**Bug fixes: **
29
29
30
+ * Test: Fixed the issue that coveralls was not found in the test workflow on MacOS
31
+ with Python 3.9-3.11, by running it without login shell. Added Python 3.11 on
32
+ MacOS to the normal tests.
33
+
30
34
**Enhancements: **
31
35
32
36
* Added '__version_tuple__' with the integer versions. (related to issue #180)
You can’t perform that action at this time.
0 commit comments