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 05c5696 commit b46fcb4Copy full SHA for b46fcb4
.github/workflows/test.yml
@@ -18,16 +18,13 @@ jobs:
18
with:
19
python-version: ${{ matrix.python-version }}
20
- name: Install dependencies
21
- if: ${{ matrix.os != 'mac-14' && matrix.package == '3.8' }}
22
run: |
23
python -m pip install --upgrade pip
24
python -m pip install -e ".[test]"
25
- name: Test with pytest
26
27
28
pytest --junitxml=junit/test-results.xml
29
- name: Publish Test Report
30
31
uses: mikepenz/action-junit-report@v2
32
33
report_paths: "junit/test-results*.xml"
0 commit comments