Skip to content

Commit

Permalink
Fix README testing in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
angelogladding authored Nov 30, 2023
1 parent 0745cb9 commit 553f4b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install library
run: poetry install --no-interaction
- name: Run tests
run: make tests
run: poetry run make tests
- uses: psf/black@stable
with:
options: "--check --verbose"
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install library
run: poetry install --no-interaction
- name: Run tests
run: make tests
run: poetry run make tests
- uses: psf/black@stable
with:
options: "--check --verbose"
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install library
run: poetry install --no-interaction
- name: Run tests
run: make tests
run: poetry run make tests
- uses: psf/black@stable
with:
options: "--check --verbose"
Expand Down

0 comments on commit 553f4b4

Please sign in to comment.