Skip to content

Commit 8d05845

Browse files
authored
Update and rename python-package.yml to ci.yml
1 parent 8ef2bfd commit 8d05845

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414

1515
runs-on: ubuntu-latest
1616
strategy:
17-
fail-fast: true
1817
matrix:
19-
python-version: ["3.10", "3.11", "3.12"]
18+
python-version: ["3.12"]
2019

2120
steps:
2221
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)