Skip to content

Merge pull request #2 from oliv3r/dev/dockerize #6

Merge pull request #2 from oliv3r/dev/dockerize

Merge pull request #2 from oliv3r/dev/dockerize #6

Workflow file for this run

name: CI
on:
push
jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: test/test.sh