diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 7fcf11dfa..7acaee1e8 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -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: | diff --git a/devscripts/make_changelog.py b/devscripts/make_changelog.py index 9ff65db14..d0e893e58 100644 --- a/devscripts/make_changelog.py +++ b/devscripts/make_changelog.py @@ -56,6 +56,7 @@ class CommitGroup(enum.Enum): }, cls.MISC: { 'build', + 'ci', 'cleanup', 'devscripts', 'docs',