[ci] Run core tests with dependencies

Authored by: bashonly, coletdjnz
pull/3668/head
bashonly 7 months ago
parent b73c409318
commit 700444c23d
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -33,7 +33,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install pytest - name: Install pytest
run: pip install pytest run: pip install pytest -r requirements.txt
- name: Run tests - name: Run tests
continue-on-error: False continue-on-error: False
run: | run: |

@ -56,6 +56,7 @@ class CommitGroup(enum.Enum):
}, },
cls.MISC: { cls.MISC: {
'build', 'build',
'ci',
'cleanup', 'cleanup',
'devscripts', 'devscripts',
'docs', 'docs',

Loading…
Cancel
Save