Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Bump python from 3.11.4-alpine to 3.12.1-alpine in /docker #259

Bump python from 3.11.4-alpine to 3.12.1-alpine in /docker

Bump python from 3.11.4-alpine to 3.12.1-alpine in /docker #259

name: Flake8 and unit tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Lint with flake8
run: |
flake8 . --count --show-source --statistics
- name: Unit tests
run: |
./bin/runDockerUnitTests.sh