Skip to content

Commit

Permalink
fix failed actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jongyaoY committed Jul 30, 2024
1 parent 1fb9121 commit 606d1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt update && apt install ffmpeg libsm6 libxext6 -y
apt install libglfw3 libglfw3-dev -y
sudo apt update && apt install ffmpeg libsm6 libxext6 -y
sudo apt install libglfw3 libglfw3-dev -y
python -m pip install "opencv-python-headless<4.3"
python -m pip install --upgrade pip
python -m pip install pytest
Expand Down

0 comments on commit 606d1ba

Please sign in to comment.