We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b9886 commit 24db4e1Copy full SHA for 24db4e1
.github/workflows/build.yaml
@@ -175,10 +175,10 @@ jobs:
175
PYTHON: ./venv/bin/python
176
PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig:/opt/bb/lib64/pkgconfig:./blazingmq_artifacts/lib64/pkgconfig
177
- name: Lint sources
178
+ run: tox run -e lint-types
179
env:
- PYTHON: ./venv/bin/python
180
- run: |
181
- make lint
+ PREFIX: blazingmq_artifacts
+ PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig:/opt/bb/lib64/pkgconfig:./blazingmq_artifacts/lib64/pkgconfig
182
- name: Build docs
183
run: |
184
./venv/bin/python -m towncrier build --version 99.99 --name blazingmq --keep
0 commit comments