Skip to content

fix grammar

fix grammar #45

Workflow file for this run

# This workflow will install Python dependencies, run tests
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Pytest Crab package
on: push
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python environment and install dependencies
uses: ./.github/actions/crab_install
with:
python-version: "3.10"
- name: Run pytest
run: poetry run pytest test/