Skip to content

Commit c3f973e

Browse files
committed
workaround py3.10 env failures
1 parent 2e60bab commit c3f973e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ jobs:
154154
run: |
155155
apt-get update
156156
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
157160
- name: Verify git status
158161
run: |
159162
git status

0 commit comments

Comments
 (0)