Skip to content

Commit

Permalink
static
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 12, 2024
1 parent df54d62 commit 5dd95c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Installing build dependencies
run: ./install_dependencies.sh
- name: Installing msgq
run: pip3 install --break-system-packages .[dev]
- name: Building msgq
run: |
scripts/install_dependencies.sh
pip3 install --break-system-packages .[dev]
- name: Static analysis
# TODO: a package pre-commit installs has a warning, remove the unset once that's fixed
run: unset PYTHONWARNINGS && pre-commit run --all

0 comments on commit 5dd95c9

Please sign in to comment.