Skip to content

Commit 6c253e9

Browse files
committed
reverted workflows
1 parent 41a72ac commit 6c253e9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest, windows-latest, macos-latest]
11-
python-version: ["3.9", "3.10"]
10+
os: [ubuntu-latest]
11+
python-version: ["3.10"]
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/testing_pr.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: "Testing Pull Request"
22

33
on:
44
pull_request:
5+
branches:
6+
- "master"
7+
8+
59

610

711
jobs:
@@ -11,7 +15,7 @@ jobs:
1115
fail-fast: false
1216
matrix:
1317
os: [windows-latest, macos-latest, ubuntu-latest]
14-
python-version: ["3.9", "3.10"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1519
steps:
1620
- uses: actions/checkout@v2
1721

0 commit comments

Comments
 (0)