fix test workflow formatting :')

This commit is contained in:
Andreas Koepf 2025-01-31 09:20:21 +01:00
parent a3378bd95f
commit 269887a5d4

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