Skip to content

Commit 9e22049

Browse files
authored
Cleanup CI configuration (#2724)
1 parent ea5d70d commit 9e22049

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ on:
1818
workflow_dispatch:
1919

2020
jobs:
21-
faildraft:
22-
name: fail draft
23-
if: github.event.pull_request.draft == true
24-
runs-on: ubuntu-latest
25-
steps:
26-
- name: fail draft
27-
run: |
28-
exit 1
2921

3022
testing:
3123
name: ${{ matrix.os }} - ${{ matrix.python }}
@@ -36,11 +28,11 @@ jobs:
3628
fail-fast: false
3729
matrix:
3830
os: [ubuntu-latest, macos-latest, windows-latest]
39-
python: ['3.10', '3.11', '3.12', "3.13.0"]
31+
python: ['3.10', '3.11', '3.12', '3.13']
4032
include:
4133
- python: '3.10'
4234
run_lint: true
43-
- python: '3.13.0'
35+
- python: '3.13'
4436
run_doc: true
4537
run_lint: true
4638
- os: macos-latest
@@ -131,13 +123,9 @@ jobs:
131123
timeout-minutes: 10
132124
steps:
133125
- uses: actions/[email protected]
134-
135126
- uses: github/codeql-action/init@v3
136127
with:
137128
languages: python
138-
139-
- uses: github/codeql-action/autobuild@v3
140-
141129
- uses: github/codeql-action/analyze@v3
142130

143131
ci_complete:

0 commit comments

Comments
 (0)