Skip to content

Commit

Permalink
Migrate to PyQt6 part3
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Feb 24, 2023
1 parent 5b80939 commit 4e1af25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- run: pip install opencv-python
- run: pip install mock
- run: pip install pyqt6
- run: pip install pytest
Expand Down Expand Up @@ -62,7 +61,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.9
- run: pip install opencv-python
- run: pip install coveralls
- run: pip install mock
- run: pip install pyqt6
Expand Down

0 comments on commit 4e1af25

Please sign in to comment.