Skip to content

Commit 4d2ad6d

Browse files
committed
fix
1 parent c8f7713 commit 4d2ad6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
contents: write
1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Set up Python 3.13
19-
uses: actions/setup-python@v5
20-
with:
21-
python-version: '3.13'
18+
#- name: Set up Python 3.13
19+
# uses: actions/setup-python@v5
20+
#with:
21+
#python-version: '3.13'
2222
- name: Install Dependencies
2323
run: |
2424
chmod +x build_nk.command

0 commit comments

Comments
 (0)