Skip to content

Commit

Permalink
runner
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 12, 2024
1 parent e4737bf commit 8beed00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
unit_tests:
name: unit tests
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
flags: ['', '--asan', '--ubsan']
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
run: pip install --break-system-packages --no-cache-dir .[dev]
- name: Static analysis
# TODO: a package pre-commit installs has a warning, remove the unset once that's fixed
run: $RUN "git init && git add -A && unset PYTHONWARNINGS && pre-commit run --all"
run: unset PYTHONWARNINGS && pre-commit run --all
1 change: 1 addition & 0 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $SUDO apt-get install -y --no-install-recommends \
git \
libbz2-dev \
libcapnp-dev \
libclang-rt-dev \
libffi-dev \
liblzma-dev \
libncurses5-dev \
Expand Down

0 comments on commit 8beed00

Please sign in to comment.