misp-taxonomies/.github/workflows/nosetests.yml

41 lines
807 B
YAML
Raw Permalink Normal View History

2020-11-24 18:34:59 +01:00
name: Python application
2020-11-30 14:11:02 +01:00
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
2020-11-24 18:34:59 +01:00
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
2022-12-09 11:26:23 +01:00
python-version: [3.8, 3.9, '3.10']
2020-11-24 18:34:59 +01:00
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python-version}}
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python-version}}
- name: Initialize submodules
run: git submodule update --init --recursive
- name: Install system dependencies
run: |
sudo apt install jq moreutils
- name: Install Python dependencies
run: |
python -m pip install --upgrade jsonschema pytaxonomies
- name: Test
run: |
./validate_all.sh
pytaxonomies -l MANIFEST.json -a