Skip to content

Commit

Permalink
fixup! fixup! Fix broken tests in GitHub CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
em92 committed Oct 19, 2024
1 parent 7f7c0bc commit b05e045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
sudo apt-get install python${{ matrix.python-version }}-dev
sudo update-alternatives --install /usr/bin/python3 python3 `which python${{ matrix.python-version }}` 1
sudo update-alternatives --install /usr/bin/python3-config python3-config `which python${{ matrix.python-version }}-config` 1
- name: Install requirements
run: sudo python3 -m pip install -r requiremenets.txt
- name: Install requirements for testing
run: sudo python3 -m pip install mockito
- name: Run tests
Expand Down

0 comments on commit b05e045

Please sign in to comment.