mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
🚧 GitHub Actions: Fix testing for Python 3.6
This commit is contained in:
parent
f929983d25
commit
9d142f0105
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
|
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
|
||||||
|
|
||||||
# For Python 3.6, we need to fall back to Ubuntu 20.04
|
# For Python 3.6, we need to fall back to Ubuntu 20.04
|
||||||
runs-on: ${{ matrix.python-version != "3.6" && "ubuntu-latest" || "ubuntu-20.04" }}
|
runs-on: ${{ matrix.python-version == '3.6' && 'ubuntu-2.04' || 'ubuntu-latest' }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
test_results_dir: test-results-${{ matrix.python-version }}
|
test_results_dir: test-results-${{ matrix.python-version }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue