Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent 52bfc4b commit 8e63f0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
pyversion: ['3.9', '3.10', '3.11', '3.12']
extras: ['pyside6-full', 'full-gl']
extras: [pyside6-full, full-gl]
exclude:
- pyversion: '3.12'
extras: 'full-gl'
extras: full-gl
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
Expand All @@ -26,8 +26,8 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: {{ matrix.pyversion }}
cache: 'pip'
python-version: {{matrix.pyversion: null}: null}
cache: pip

- name: Install package
run: pip install '.[{{ matrix.extras }}]'
Expand Down

0 comments on commit 8e63f0d

Please sign in to comment.