Skip to content

Commit

Permalink
Fixing workflow testing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
whubsch committed Jul 28, 2024
1 parent d06e7ce commit 3fb8ca7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Black formatter
name: formatter

on: [push, pull_request]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tox.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox usaddress regex pytest
pip install usaddress regex pytest
- name: Run tox
run: tox
- name: Run pytest
run: python -m pytest
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ deps =
pytest
pydantic
commands =
python -m pytest tests/*
python -m pytest

0 comments on commit 3fb8ca7

Please sign in to comment.