Skip to content

filtered embedds from xml #36

filtered embedds from xml

filtered embedds from xml #36

Workflow file for this run

name: CI
on: pull_request
jobs:
ci:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: install deps
run: pip install ./
- name: run tests
run: pytest