Skip to content

Commit 348e5b6

Browse files
Update workflow.yaml
1 parent f31c6cf commit 348e5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: '3.11.x'
2424

@@ -29,4 +29,4 @@ jobs:
2929
3030
- name: Run tests
3131
run: |
32-
pytest
32+
pytest

0 commit comments

Comments
 (0)