This commit is contained in:
Joe Norton 2025-01-31 00:05:33 -08:00
parent 4bf99d3e0b
commit b61bb23620
4 changed files with 128 additions and 127 deletions

View file

@ -19,12 +19,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ".[test]"
- name: Run tests
run: |
pytest