This commit is contained in:
Junya Morioka
2025-06-08 17:09:20 +09:00
parent 5f1700d72d
commit 3cbc2db6f1
+5
View File
@@ -215,6 +215,11 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Configure Git safe directory
shell: bash
run: |
git config --global --add safe.directory $(pwd)
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}