Skip to content

Commit cd58cb5

Browse files
authored
Merge pull request #68 from tharropoulos/release
ci: remove tests from release workflow
2 parents 65939f7 + 2c192af commit cd58cb5

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,6 @@ 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
297
build-n-publish:
308
name: Build and Publish
319
needs: tests

0 commit comments

Comments
 (0)