Skip to content

Commit

Permalink
pip
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 12, 2024
1 parent 6bb46b9 commit d57ae05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Installing pip
run: pip install pip==24.0
- name: Installing build dependencies
run: ./install_dependencies.sh
- name: Installing msgq
run: SCONS_EXTRAS=1 pip3 install --break-system-packages --no-cache-dir .[dev]
run: SCONS_EXTRAS=1 pip install --break-system-packages --no-cache-dir .[dev]
- name: C++ tests
run: |
export ${{ matrix.backend }}=1
Expand Down

0 comments on commit d57ae05

Please sign in to comment.