Skip to content

Commit 5dd95c9

Browse files
static
1 parent df54d62 commit 5dd95c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
runs-on: ubuntu-24.04
3838
steps:
3939
- 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]
40+
- name: Building msgq
41+
run: |
42+
scripts/install_dependencies.sh
43+
pip3 install --break-system-packages .[dev]
4444
- name: Static analysis
4545
# TODO: a package pre-commit installs has a warning, remove the unset once that's fixed
4646
run: unset PYTHONWARNINGS && pre-commit run --all

0 commit comments

Comments
 (0)