hhhh
Some checks failed
Python application / Test (3.10) (push) Failing after 6s

This commit is contained in:
AlexVeeBee 2024-02-27 00:13:37 +00:00
parent b2b5ff59a5
commit 6667decba6

View File

@ -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: