We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b9b153 + b66bfbd commit 210712fCopy full SHA for 210712f
1 file changed
.github/workflows/pythonpackage.yml
@@ -29,6 +29,12 @@ jobs:
29
run: |
30
set -x
31
python -m pip install --upgrade pip setuptools wheel
32
+1 conflicting file
33
+pythonpackage.yml
34
+.github/workflows/pythonpackage.yml
35
36
+1 conflict
37
+
38
python --version; git --version
39
git submodule update --init --recursive
40
git fetch --tags
@@ -55,7 +61,7 @@ jobs:
55
61
56
62
pip install mypy
57
63
mypy -p git
58
-
64
59
65
- name: Documentation
60
66
67
0 commit comments