Skip to content

Commit fa51241

Browse files
committed
ci: remove tests from release workflow
1 parent 65939f7 commit fa51241

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,7 @@ on:
44
tags:
55
- 'v*'
66
jobs:
7-
tests:
8-
name: Run Tests
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: actions/checkout@v4
12-
13-
- name: Set up Python
14-
uses: actions/setup-python@v4
15-
with:
16-
python-version: "3.8"
17-
cache: 'pip'
18-
19-
- name: Install dependencies
20-
run: |
21-
python -m pip install --upgrade pip
22-
pip install -r requirements/dev.txt
23-
24-
- name: Run tests (excluding OpenAI)
25-
run: coverage run -m pytest -m "not open_ai"
26-
27-
- name: Show coverage report
28-
run: coverage report
29-
build-n-publish:
7+
build-n-publish:
308
name: Build and Publish
319
needs: tests
3210
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)