Skip to content

Commit

Permalink
git config --global --add safe.directory /greenlet/.git
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 13, 2024
1 parent f3ac86f commit fb5e8db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,10 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: all
- run: git config --global --add safe.directory /greenlet/.git
- name: Build and test greenlet
env:
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
run: bash ./make-manylinux
run: bash git config --global --add safe.directory /greenlet/.git && ./make-manylinux
- name: Store greenlet wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fb5e8db

Please sign in to comment.