Skip to content

Commit

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

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

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

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

0 comments on commit 5e6e839

Please sign in to comment.