Skip to content

Commit

Permalink
ci: rename oldest
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 21, 2021
1 parent 938ceee commit 67f78ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
matrix:
os: [ubuntu-20.04, macOS-10.15, windows-2019]
python-version: [3.6, 3.8, 3.9]
requires: ['minimal', 'latest']
requires: ['oldest', 'latest']
exclude:
- python-version: 3.6
requires: 'latest'
- python-version: 3.9
requires: 'minimal'
requires: 'oldest'

# Timeout: https://stackoverflow.com/a/59076067/4521646
timeout-minutes: 75
Expand Down Expand Up @@ -55,9 +55,9 @@ jobs:
choco install ffmpeg
- name: Set min. dependencies
if: matrix.requires == 'minimal'
if: matrix.requires == 'oldest'
run: |
python .github/set-minimal-versions.py
python .github/set-oldest-versions.py
- run: echo "::set-output name=period::$(python -c 'import time ; days = time.time() / 60 / 60 / 24 ; print(int(days / 7))' 2>&1)"
if: matrix.requires == 'latest'
Expand Down

0 comments on commit 67f78ab

Please sign in to comment.