Skip to content

feat(deployment): move SILO importer into python package and dedicated image #32

feat(deployment): move SILO importer into python package and dedicated image

feat(deployment): move SILO importer into python package and dedicated image #32

name: silo-import-tests
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
defaults:
run:
working-directory: ./kubernetes/silo-import
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install .[test]
- name: Run tests
run: |
python -m pytest