Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Jul 11, 2023
1 parent 246199c commit 490edfa
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 @@ -32,8 +32,8 @@ jobs:
- run: |
python -m pip install --upgrade pip
pip install ".[all,tests]"
name: Install dependencise
name: Install dependencies
- run: pip freeze
name: List dependencise
name: List dependencies
- run: pytest tests
name: Run tests

0 comments on commit 490edfa

Please sign in to comment.