Skip to content

Dockerfile: apt-get --assume-yes to prevent build from stalling #362

Dockerfile: apt-get --assume-yes to prevent build from stalling

Dockerfile: apt-get --assume-yes to prevent build from stalling #362

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.11
architecture: x64
- run: pip install -r requirements_dev.txt
- run: flake8