Skip to content

Bump pyaml from 25.7.0 to 26.2.1 #58

Bump pyaml from 25.7.0 to 26.2.1

Bump pyaml from 25.7.0 to 26.2.1 #58

Workflow file for this run

name: Pytest
on:
pull_request:
branches:
- main
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.13'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Run tests
run: |
pytest --maxfail=1 --disable-warnings -q