Skip to content

Commit cf4b6b7

Browse files
committed
testing.yml instead of test.yml
1 parent 608f883 commit cf4b6b7

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
98
strategy:
109
matrix:
11-
python-version: ["3.10", "3.11","3.12"]
10+
python-version: ["3.10", "3.11", "3.12"]
1211
poetry-version: [1.5.0]
1312

1413
steps:

0 commit comments

Comments
 (0)