We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65939f7 commit fa51241Copy full SHA for fa51241
.github/workflows/release.yml
@@ -4,29 +4,7 @@ on:
4
tags:
5
- 'v*'
6
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:
+ build-n-publish:
30
name: Build and Publish
31
needs: tests
32
runs-on: ubuntu-latest
0 commit comments