Skip to content

Commit b047d27

Browse files
committed
udd python 3, change comment pytest -> unit test
Signed-off-by: Zen <[email protected]>
1 parent 466e621 commit b047d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.11", "3.12"]
18+
python-version: ["3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
2929
python -m venv venv
3030
venv/bin/pip install --upgrade pip
3131
venv/bin/pip install .
32-
- name: Test with pytest
32+
- name: Run unit tests
3333
run: |
3434
cd tests
3535
../venv/bin/python -m unittest -v

0 commit comments

Comments
 (0)