Skip to content

Commit 2279d9e

Browse files
Add pytest workflow configuration file
Co-authored-by: LeAndre <187464993+lecanact@users.noreply.github.com>
1 parent a968b3a commit 2279d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Python package
4+
name: Pytest
55

66
on:
77
push:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.12", "3.13", "3.14"]
19+
python-version: ["3.12", "3.14"]
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)