We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df54d62 commit 5dd95c9Copy full SHA for 5dd95c9
.github/workflows/tests.yml
@@ -37,10 +37,10 @@ jobs:
37
runs-on: ubuntu-24.04
38
steps:
39
- uses: actions/checkout@v3
40
- - name: Installing build dependencies
41
- run: ./install_dependencies.sh
42
- - name: Installing msgq
43
- run: pip3 install --break-system-packages .[dev]
+ - name: Building msgq
+ run: |
+ scripts/install_dependencies.sh
+ pip3 install --break-system-packages .[dev]
44
- name: Static analysis
45
# TODO: a package pre-commit installs has a warning, remove the unset once that's fixed
46
run: unset PYTHONWARNINGS && pre-commit run --all
0 commit comments