Skip to content

Commit 210712f

Browse files
authored
Merge branch 'main' into pytest
2 parents 3b9b153 + b66bfbd commit 210712f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929
run: |
3030
set -x
3131
python -m pip install --upgrade pip setuptools wheel
32+
1 conflicting file
33+
pythonpackage.yml
34+
.github/workflows/pythonpackage.yml
35+
.github/workflows/pythonpackage.yml
36+
1 conflict
37+
3238
python --version; git --version
3339
git submodule update --init --recursive
3440
git fetch --tags
@@ -55,7 +61,7 @@ jobs:
5561
set -x
5662
pip install mypy
5763
mypy -p git
58-
64+
5965
- name: Documentation
6066
run: |
6167
set -x

0 commit comments

Comments
 (0)