Skip to content

Commit dc824e0

Browse files
committed
Integrated pytest call in GitHub CI, so anomalous behaviour with specific python versions can be detected
1 parent dd0c88e commit dc824e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
# if: ${{ matrix.python-version == '3.6' }}
6969
# with:
7070
# extra_args: --all -c .pre-commit-config-gh-${{ matrix.python-version }}.yaml
71+
- name: 'pytest (${{ matrix.python-version }})'
72+
run: |
73+
pytest
7174
- name: Get transitive dependencies licences
7275
id: license_check_print_report
7376
# uses: pilosus/action-pip-license-checker@v1.0.0

0 commit comments

Comments
 (0)