File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
- name : Install sphinx dependencies
104
104
run : |
105
105
conda install sphinx sphinx_rtd_theme
106
- pip install sphinxcontrib-googleanalytics
106
+ pip install sphinxcontrib-googleanalytics==0.4
107
107
108
108
- name : Install dpnp dependencies
109
109
run : |
Original file line number Diff line number Diff line change 79
79
- name : Install coverall dependencies
80
80
run : |
81
81
sudo gem install coveralls-lcov
82
- pip install coveralls==3.2.0
82
+ pip install coveralls==3.3.1
83
83
84
84
- name : Upload coverage data to coveralls.io
85
85
run : |
@@ -102,7 +102,7 @@ jobs:
102
102
steps :
103
103
- name : Finished
104
104
run : |
105
- pip3 install --upgrade coveralls
106
- coveralls --finish
105
+ pip3 install --upgrade coveralls==3.3.1
106
+ coveralls --service=github -- finish
107
107
env :
108
108
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ echo ========================= Conda: remove mkl ===============================
11
11
conda remove mkl --force -y || true
12
12
13
13
echo ========================= PIP3: install prerequisites ==========================
14
- pip3 install pytest-valgrind
14
+ pip3 install pytest-valgrind==0.2.0
15
15
16
16
echo ========================= SW versions ==========================================
17
17
conda list
You can’t perform that action at this time.
0 commit comments