Skip to content

Remove FID replacement command, leave that to output (#20) #48

Remove FID replacement command, leave that to output (#20)

Remove FID replacement command, leave that to output (#20) #48

Workflow file for this run

name: CI
on: [ push ]
jobs:
ci:
strategy:
fail-fast: false
name: Run pytest
runs-on: ubuntu-latest
steps:
- name: Check out pipeline code
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Python Poetry Action
uses: abatilo/actions-poetry@v2.1.6
with:
poetry-version: '1.4.0'
- name: Install
run: poetry install --with=dev
- name: Test
run: poetry run pytest