Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 7e8e257

Browse files
committed
update ci/cd
1 parent d230d2b commit 7e8e257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: ${{ matrix.python-version }}
2827
allow-prereleases: ${{ matrix.python-version == '3.13' }}
28+
python-version: ${{ matrix.python-version }}
2929

3030
- name: Install pip dependencies
3131
run: |

0 commit comments

Comments
 (0)