Skip to content

Commit

Permalink
CI: fix for wrong-user git errors
Browse files Browse the repository at this point in the history
Fixes #1161.
  • Loading branch information
cbm755 committed Jun 30, 2022
1 parent 4681f35 commit c6edc2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
# For more details, see https://stackoverflow.com/q/71901632
# and https://github.com/actions/checkout/issues/760
docker exec oc sudo git config --global --add safe.directory /home/jovyan/octsympy
docker exec oc git config --global --add safe.directory /home/jovyan/octsympy
docker exec oc pip3 install packaging
docker exec oc pip3 install sympy==$SYMPY
echo Running BIST in-place
Expand Down

0 comments on commit c6edc2a

Please sign in to comment.