We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae4384 commit df501dbCopy full SHA for df501db
.github/workflows/tests.yml
@@ -122,11 +122,6 @@ jobs:
122
- name: Install wheel
123
run: pip install main/dist/*.whl
124
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
-
130
- name: Load test data
131
run: |
132
ln -s ../main/data/
0 commit comments