Skip to content

Commit df501db

Browse files
committed
check if permission thingy is still needed
1 parent cae4384 commit df501db

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,6 @@ jobs:
122122
- name: Install wheel
123123
run: pip install main/dist/*.whl
124124

125-
- name: GitHub actions has wrong file ownership here, the checkout actions has a problem here (see their 1049)
126-
run: |
127-
git config --global --add safe.directory '*'
128-
sudo -H -u root git config --global --add safe.directory '*'
129-
130125
- name: Load test data
131126
run: |
132127
ln -s ../main/data/

0 commit comments

Comments
 (0)