Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz committed May 9, 2024
1 parent 3a271f1 commit 03a6e65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1

- name: Set Environment and Install Dependencies
uses: ./github/actions/setup-env
uses: ./github/actions/setup-env.yml

- name: Test with pytest
run: poetry run pytest --cov .

0 comments on commit 03a6e65

Please sign in to comment.