Skip to content

Commit b303900

Browse files
authored
Update ci.yml
1 parent c8dc1ec commit b303900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Set up Python 3.12
16+
- name: Set up Python
1717
uses: actions/setup-python@v5
1818

1919
- name: Install dependencies
@@ -23,4 +23,4 @@ jobs:
2323
2424
- name: Run tests
2525
run: |
26-
python -m pytest tests.py -v
26+
python -m pytest tests.py -v

0 commit comments

Comments
 (0)