We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95ae14 commit 775a889Copy full SHA for 775a889
.github/workflows/test_commit.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Python
31
uses: "actions/setup-python@v5"
32
with:
33
- python-version: "3.11"
+ python-version: "3.12"
34
- name: Install requirements
35
run: python3 -m pip install -r requirements_test.txt
36
- name: Run pytest
0 commit comments