Skip to content

fix(pipeline) : Stop 1jeune1solution crash #490

fix(pipeline) : Stop 1jeune1solution crash

fix(pipeline) : Stop 1jeune1solution crash #490

Workflow file for this run

name: pipeline
defaults:
run:
working-directory: pipeline
on:
push:
branches:
- "main"
paths:
- "pipeline/**"
pull_request:
branches:
- "main"
paths:
- "pipeline/**"
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install tox
- run: tox -- -vv