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 59de17d commit 5461d1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linuxbuildwheel
Original file line number Diff line number Diff line change
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 5461d1e

Please sign in to comment.