[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:
python-version: ${{ matrix.python-version }}
- name: Install pytest
run: pip install pytest
run: pip install pytest -r requirements.txt
- name: Run tests
continue-on-error: False
run: |

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

Loading…
Cancel
Save