File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7979 with :
8080 name : " coverage-${{ matrix.config.python-version }}"
8181 path : .coverage
82+ include-hidden-files : true
Original file line number Diff line number Diff line change 8181 with :
8282 name : " coverage-${{ matrix.config.python-version }}"
8383 path : .coverage
84+ include-hidden-files : true
8485
8586
8687 Coverage :
@@ -123,6 +124,7 @@ jobs:
123124 with :
124125 name : " combined-coverage"
125126 path : .coverage
127+ include-hidden-files : true
126128
127129 - name : " Upload Combined Coverage to Coveralls"
128130 if : ${{ steps.show.outcome != 'failure' }}
@@ -208,6 +210,7 @@ jobs:
208210 $CONDA/bin/conda config --set always_yes yes --set changeps1 no
209211 $CONDA/bin/conda update -n base conda
210212 $CONDA/bin/conda info -a
213+ $CONDA/bin/conda install conda-forge::py-lief=0.14.1
211214 $CONDA/bin/conda config --add channels conda-forge
212215 $CONDA/bin/conda config --add channels domdfcoding
213216
Original file line number Diff line number Diff line change 7979 with :
8080 name : " coverage-${{ matrix.config.python-version }}"
8181 path : .coverage
82+ include-hidden-files : true
Original file line number Diff line number Diff line change 88
99repos :
1010 - repo : https://github.com/repo-helper/pyproject-parser
11- rev : v0.11.1
11+ rev : v0.13.0
1212 hooks :
1313 - id : reformat-pyproject
1414
You can’t perform that action at this time.
0 commit comments