fix test workflow formatting :')

This commit is contained in:
Andreas Koepf 2025-01-31 09:20:21 +01:00
parent b0e70008ea
commit 865a1c0a4b

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