summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2022-06-10 12:46:16 +0200
committerHubert Kario <hkario@redhat.com>2022-06-10 12:53:08 +0200
commitc3f973e5fc27c8f17c6181378b91d05495dd89ac (patch)
tree7617e751d1dc88edda8e1ef8885c9346b7d5627f /.github
parent2e60bab15efd43229400e552faa378b60c3b84fc (diff)
downloadecdsa-c3f973e5fc27c8f17c6181378b91d05495dd89ac.tar.gz
workaround py3.10 env failures
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e30c0dd..ccafe09 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -154,6 +154,9 @@ jobs:
run: |
apt-get update
apt-get install -y git make python-is-python3 python3 curl wget python3-distutils python3-pip
+ - name: workaround git failures with py3.10
+ run: |
+ git config --global --add safe.directory /__w/python-ecdsa/python-ecdsa
- name: Verify git status
run: |
git status