We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d625b7 commit 2269bbbCopy full SHA for 2269bbb
.github/workflows/run_tests.yml
@@ -32,7 +32,7 @@ jobs:
32
if: runner.os == 'Linux'
33
run: |
34
python -m pip install --upgrade pip
35
- pip install fastdup pytest pytest-cov datasets
+ pip install fastdup pytest pytest-md pytest-emoji datasets
36
37
- name: Install dependencies (macOS)
38
if: runner.os == 'macOS'
@@ -42,6 +42,12 @@ jobs:
42
pip install opencv-python-headless
43
pip install fastdup --no-deps -U
44
45
- - name: Run Tests
46
- run: |
47
- pytest --cov=fastdup
+ - name: Run pytest
+ uses: pavelzw/pytest-action@v2
+ with:
48
+ verbose: true
49
+ emoji: true
50
+ job-summary: true
51
+ custom-arguments: '-q'
52
+ click-to-expand: true
53
+ report-title: 'Test Report'
0 commit comments