File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,8 @@ jobs:
122
122
pytest --cov=emg3d
123
123
124
124
- name : Coveralls
125
- # [pin v20201129]
126
- uses : AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9
127
- # v Did not work when tried; final coverage was wrong v
128
- # uses: coverallsapp/github-action@v2
125
+ # [pin @develop@20230609]
126
+ uses : AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
129
127
with :
130
128
parallel : true
131
129
flag-name : ${{ matrix.case.python-version }} ${{ matrix.case.name }} (${{ matrix.case.os }})
@@ -136,10 +134,8 @@ jobs:
136
134
runs-on : ubuntu-latest
137
135
steps :
138
136
- name : Coveralls Finished
139
- # [pin v20201129]
140
- uses : AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9
141
- # v Did not work when tried; final coverage was wrong v
142
- # uses: coverallsapp/github-action@v2
137
+ # [pin @develop@20230609]
138
+ uses : AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
143
139
with :
144
140
parallel-finished : true
145
141
Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ Changelog
6
6
""""""""""
7
7
8
8
9
- latest
10
- ------
9
+ v1.8.3 : tol_gradient isfinite
10
+ ------------------------------
11
+
12
+ **2024-06-27 **
13
+
11
14
12
15
- New hard dependency: ``empymod `` changed from being a soft dependency to
13
16
being a hard dependency.
You can’t perform that action at this time.
0 commit comments