We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e60bab commit c3f973eCopy full SHA for c3f973e
.github/workflows/ci.yml
@@ -154,6 +154,9 @@ jobs:
154
run: |
155
apt-get update
156
apt-get install -y git make python-is-python3 python3 curl wget python3-distutils python3-pip
157
+ - name: workaround git failures with py3.10
158
+ run: |
159
+ git config --global --add safe.directory /__w/python-ecdsa/python-ecdsa
160
- name: Verify git status
161
162
git status
0 commit comments