Skip to content

Commit

Permalink
Install mono
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Oct 14, 2024
1 parent ecadebd commit 8570b3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/UnitTestRunner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade -e .[dev]
- name: Install mono
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -y mono-devel
- name: Run Unit Tests
run: coverage run -m pytest

Expand Down

0 comments on commit 8570b3d

Please sign in to comment.