Skip to content

Commit

Permalink
os updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-mccarthy committed Dec 20, 2024
1 parent 3424c34 commit 7555e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2
- name: View poetry --help
run: poetry run pytest --cov=harlow_bindicator --cov-report xml --cov-report term
run: poetry install | poetry run pytest --cov=harlow_bindicator --cov-report xml --cov-report term
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 7555e14

Please sign in to comment.