Skip to content

Commit de027bb

Browse files
Updated files with 'repo_helper'. (#134)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 6a2e03a commit de027bb

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/workflows/python_ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ jobs:
7979
with:
8080
name: "coverage-${{ matrix.config.python-version }}"
8181
path: .coverage
82+
include-hidden-files: true

.github/workflows/python_ci_linux.yml

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
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

.github/workflows/python_ci_macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ jobs:
7979
with:
8080
name: "coverage-${{ matrix.config.python-version }}"
8181
path: .coverage
82+
include-hidden-files: true

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
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

0 commit comments

Comments
 (0)