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:
|
||||
name: Test
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ '3.11' ]
|
||||
python-version: [ '3.10' ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: apt update
|
||||
run: |
|
||||
apt update
|
||||
apt full-upgrade -y
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
path: ~/.cache
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user