We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d850f1 commit bcffa17Copy full SHA for bcffa17
1 file changed
.github/workflows/pytest.yml
@@ -16,12 +16,12 @@ jobs:
16
17
steps:
18
- name: checkout
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v4
20
21
- name: setup-python
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v3
23
with:
24
- python-version: '3.13'
+ python-version: '3.12'
25
- run: pip install -r requirements.txt
26
- run: pip install pytest
27
0 commit comments