Skip to content

add latest Nomad and Python to tests #76

add latest Nomad and Python to tests

add latest Nomad and Python to tests #76

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install Dependencies
shell: bash
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-lint.txt
- name: Lint
shell: bash
run: |
pylint nomad/
black --check -l 120 -t py312 nomad/