Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 12, 2024
1 parent e91fbe0 commit f4ac5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Installing build dependencies
run: ./install_dependencies.sh
- name: Installing msgq
run: SCONS_EXTRAS=1 pip install --break-system-packages --no-cache-dir .[dev]
run: SCONS_EXTRAS=1 pip3 install --break-system-packages .[dev]
- name: python tests
run: ${{ matrix.backend }}=1 pytest --continue-on-collection-errors --cov --cov-report=xml --cov-append
- name: C++ tests
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Installing build dependencies
run: ./install_dependencies.sh
- name: Installing msgq
run: pip3 install --break-system-packages --no-cache-dir .[dev]
run: 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
52 changes: 0 additions & 52 deletions Dockerfile

This file was deleted.

0 comments on commit f4ac5c7

Please sign in to comment.