Skip to content

Commit

Permalink
Remove approval
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 committed Jan 18, 2024
1 parent 9894587 commit d0e5079
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11"]

name: ${{ matrix.name }} Python ${{ matrix.python }}

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test_linux_pre.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Test (Linux, prerelease)

on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 10 * * *" # runs at 10:00 UTC -> 03:00 PST every day
workflow_dispatch:
Expand All @@ -26,9 +22,6 @@ jobs:
os: [ubuntu-latest]
python: ["3.9", "3.10", "3.11", "3.12"]

environment:
name: approved_test

name: ${{ matrix.name }} Python ${{ matrix.python }}

env:
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Test (MacOS)

on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 10 * * *" # runs at 10:00 UTC -> 03:00 PST every day
workflow_dispatch:
Expand All @@ -24,10 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
python: ["3.9", "3.10", "3.11", "3.12"]

environment:
name: approved_test
python: ["3.9", "3.10", "3.11"]

name: ${{ matrix.name }} Python ${{ matrix.python }}

Expand All @@ -50,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
pip install --pre ".[tests]"
pip install ".[tests]"
- name: Test
env:
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Test (Windows)

on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 10 * * *" # runs at 10:00 UTC -> 03:00 PST every day
workflow_dispatch:
Expand All @@ -24,10 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
python: ["3.9", "3.10", "3.11", "3.12"]

environment:
name: approved_test
python: ["3.9", "3.10", "3.11"]

name: ${{ matrix.name }} Python ${{ matrix.python }}

Expand All @@ -50,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
pip install --pre ".[tests]"
pip install ".[tests]"
- name: Test
env:
Expand Down

0 comments on commit d0e5079

Please sign in to comment.