Skip to content

Commit bcffa17

Browse files
committed
feat: use same test workflow versions as python-app.yml
1 parent 7d850f1 commit bcffa17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v4
2020

2121
- name: setup-python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v3
2323
with:
24-
python-version: '3.13'
24+
python-version: '3.12'
2525
- run: pip install -r requirements.txt
2626
- run: pip install pytest
2727

0 commit comments

Comments
 (0)