Skip to content

Commit

Permalink
fix failing tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbsog0 committed Feb 16, 2024
1 parent 55b17cc commit 6196b8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install codecov dictdiffer grpcio-tools mock pytest pytest-cases pytest-cov
# see https://github.com/pytest-dev/pytest/issues/11868
pip install codecov dictdiffer grpcio-tools mock pytest==7.4.3 pytest-cases pytest-cov
wget https://github.com/Sauci/a2l-grpc/releases/download/v0.1.16/a2l_grpc.tar.gz
tar -xf a2l_grpc.tar.gz -C pya2l
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6196b8e

Please sign in to comment.