Skip to content

Commit 7743c2e

Browse files
committed
chore: simplify format to run only in one version
1 parent 87e73a4 commit 7743c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: ${{ matrix.python-version }}
29+
python-version: '3.13'
3030
cache: "poetry"
3131
- name: Install dependencies and library
3232
run: poetry install

0 commit comments

Comments
 (0)