Skip to content

Commit b46fcb4

Browse files
authored
BUG: Remove Python 3.8 conditions in test.yml
We no longer support Python 3.8
1 parent 05c5696 commit b46fcb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install dependencies
21-
if: ${{ matrix.os != 'mac-14' && matrix.package == '3.8' }}
2221
run: |
2322
python -m pip install --upgrade pip
2423
python -m pip install -e ".[test]"
2524
- name: Test with pytest
26-
if: ${{ matrix.os != 'mac-14' && matrix.package == '3.8' }}
2725
run: |
2826
pytest --junitxml=junit/test-results.xml
2927
- name: Publish Test Report
30-
if: ${{ matrix.os != 'mac-14' && matrix.package == '3.8' }}
3128
uses: mikepenz/action-junit-report@v2
3229
with:
3330
report_paths: "junit/test-results*.xml"

0 commit comments

Comments
 (0)