Skip to content

Commit 60718fe

Browse files
committed
Fix
1 parent 28f6684 commit 60718fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Python Dev Version
5353
uses: actions/setup-python@v3
5454
with:
55-
python-version: '3.10-dev'
55+
python-version: '3.10' #-dev'
5656

5757
- name: Install dependencies
5858
shell: bash -el {0}

0 commit comments

Comments
 (0)