Skip to content

Commit

Permalink
remove python 3.8 from weekly tests, we stoped using it 3 months ago
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed Aug 26, 2024
1 parent eaf110f commit 5066874
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
combos: [{group: 1, python_version: '3.8'},
{group: 2, python_version: '3.9'},
{group: 3, python_version: '3.10'},
{group: 4, python_version: '3.11'},
{group: 5, python_version: '3.12'}]
combos: [{group: 1, python_version: '3.9'},
{group: 2, python_version: '3.10'},
{group: 3, python_version: '3.11'},
{group: 4, python_version: '3.12'}]

steps:
- uses: actions/checkout@v4
Expand All @@ -37,6 +36,6 @@ jobs:
lscpu
python -m pytest -v -m unit \
--durations=0 \
--splits 5 \
--splits 4 \
--group ${{ matrix.combos.group }} \
--splitting-algorithm least_duration

0 comments on commit 5066874

Please sign in to comment.