Skip to content

Commit

Permalink
WIP Add Python 3.8 and slow tests to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rear1019 committed Nov 25, 2024
1 parent d4bc56b commit b74bc0a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test-linux-pyqt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@ jobs:
strategy:
fail-fast: false
matrix:
# INSTALL_TYPE: ['pip', 'conda']
# PYTHON_VERSION: ['3.10']
# TEST_TYPE: ['fast', 'slow']
INSTALL_TYPE: ['pip']
PYTHON_VERSION: ['3.10']
TEST_TYPE: ['fast']
INSTALL_TYPE: ['pip'] # conda has no PyQt6 package
PYTHON_VERSION: ['3.8', '3.10']
TEST_TYPE: ['fast', 'slow']
exclude:
# Only test Python 3.8 with pip because Conda-forge will drop it soon
- INSTALL_TYPE: 'conda'
Expand Down

0 comments on commit b74bc0a

Please sign in to comment.