Skip to content

Commit

Permalink
Correct command in python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis authored Oct 21, 2024
1 parent 129a6bd commit 356add0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Python Tests

on: [push, pull_request]

Expand All @@ -15,7 +15,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
source .venv/bin/activate
- name: Run pre-commit
- name: Run tests
run: |
source .venv/bin/activate
pre-commit run --all-files
pytest tests

0 comments on commit 356add0

Please sign in to comment.