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 e4b5bc3 commit d6c93cfCopy full SHA for d6c93cf
.github/workflows/build_deploy.yaml
@@ -32,24 +32,21 @@ jobs:
32
python -m pip install --upgrade pip
33
pip install .[minimal_requirements]
34
pip install .[dev]
35
-
+ pip install build
36
+
37
- name: Run linting checks with ruff
38
run: |
39
ruff check .
40
ruff format .
41
42
- name: Run type checks with mypy
43
44
mypy
45
46
- name: Run tests with pytest
47
48
python -m pytest --pspec tests/
49
- - name: Install pypa/build
50
- run: |
51
- pip install build
52
53
- name: Build a binary wheel and a source tarball
54
run: >-
55
python -m
0 commit comments