Skip to content

Commit

Permalink
fix test workflow formatting :')
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoepf committed Jan 31, 2025
1 parent b0e7000 commit 865a1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 865a1c0

Please sign in to comment.