summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pythonpackage.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index c350f78a..67832dc3 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -29,6 +29,12 @@ jobs:
run: |
set -x
python -m pip install --upgrade pip setuptools wheel
+1 conflicting file
+pythonpackage.yml
+.github/workflows/pythonpackage.yml
+.github/workflows/pythonpackage.yml
+1 conflict
+
python --version; git --version
git submodule update --init --recursive
git fetch --tags
@@ -55,7 +61,7 @@ jobs:
set -x
pip install mypy
mypy -p git
-
+
- name: Documentation
run: |
set -x