[ci] Run core tests with dependencies

Authored by: bashonly, coletdjnz
This commit is contained in:
bashonly 2023-10-13 18:02:06 -05:00
parent b73c409318
commit 700444c23d
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0
2 changed files with 2 additions and 1 deletions

View File

@ -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: |

View File

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