Skip to content

Commit c657359

Browse files
committed
gthub actions test
1 parent 57d2ea2 commit c657359

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- run: pip install -r requirements.txt
2828

2929
- run: pip install -e .[dev]
30-
30+
- run: python --version
31+
- run: pip --version
3132
- run: pytest -v
3233

3334
examples:
@@ -42,7 +43,7 @@ jobs:
4243

4344
- uses: actions/[email protected]
4445
with:
45-
python-version: 3.9
46+
python-version: 3.13
4647

4748
- run: pip install --upgrade setuptools
4849

0 commit comments

Comments
 (0)