This commit is contained in:
parent
b2b5ff59a5
commit
6667decba6
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -14,22 +14,15 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ '3.11' ]
|
python-version: [ '3.10' ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: apt update
|
|
||||||
run: |
|
|
||||||
apt update
|
|
||||||
apt full-upgrade -y
|
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.cache
|
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user