Skip to content

Commit

Permalink
[ci] Run core tests with dependencies
Browse files Browse the repository at this point in the history
Authored by: bashonly, coletdjnz
  • Loading branch information
bashonly committed Oct 13, 2023
1 parent b73c409 commit 700444c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions devscripts/make_changelog.py
Expand Up @@ -56,6 +56,7 @@ def subgroup_lookup(cls):
},
cls.MISC: {
'build',
'ci',
'cleanup',
'devscripts',
'docs',
Expand Down

0 comments on commit 700444c

Please sign in to comment.