Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
See: #37
  • Loading branch information
Josh-Voyles authored Jun 9, 2024
1 parent bf752fa commit 37f2c93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:

- name: Install dependencies (Linux and macOS)
run: |
apt-get update && apt-get autoclean
apt-get install -y '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
sudo apt-get update && apt-get install -y python3-opencv
python3 -m pip install --upgrade pip
pip install flake8
pip install -r requirements.txt
Expand Down

0 comments on commit 37f2c93

Please sign in to comment.