Skip to content

Commit

Permalink
Updated testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
MathItYT committed Mar 22, 2024
1 parent fe3dd5c commit 554d3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt update
sudo apt install -y build-essential python3-dev libcairo2-dev libpango1.0-dev ffmpeg
sudo apt install -y xvfb x11-utils libxkbcommon-x11-0 libegl1-mesa-dev
sudo apt install -y libxcb-cursor0 libxcb-xinerama0
sudo apt install -y libxcb-cursor0 libxcb-xinerama0 libxcb-util-dev
- name: Install Python dependencies
run: |
python -m pip install coverage pytest
Expand Down

0 comments on commit 554d3bc

Please sign in to comment.