Skip to content

Commit

Permalink
Work around pypa/manylinux#1309 .
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed May 17, 2022
1 parent 8b82f4a commit 7004ca9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linuxbuildwheel
Expand Up @@ -36,6 +36,9 @@ cd /tket/pytket
mkdir wheelhouse
mkdir audited

# Work around https://github.com/pypa/manylinux/issues/1309
git config --global --add safe.directory "*"

for pyX in $PY_VERS
do
cd /tket/pytket
Expand Down

0 comments on commit 7004ca9

Please sign in to comment.