Skip to content

Commit d6c93cf

Browse files
committed
updating build/deployment actions
1 parent e4b5bc3 commit d6c93cf

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/build_deploy.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,21 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install .[minimal_requirements]
3434
pip install .[dev]
35-
35+
pip install build
36+
3637
- name: Run linting checks with ruff
3738
run: |
3839
ruff check .
3940
ruff format .
40-
41+
4142
- name: Run type checks with mypy
4243
run: |
4344
mypy
44-
45+
4546
- name: Run tests with pytest
4647
run: |
4748
python -m pytest --pspec tests/
48-
49-
- name: Install pypa/build
50-
run: |
51-
pip install build
52-
49+
5350
- name: Build a binary wheel and a source tarball
5451
run: >-
5552
python -m

0 commit comments

Comments
 (0)