Skip to content

Commit

Permalink
Delete pytest flag
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Aug 28, 2023
1 parent 4baafde commit df3feab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: pip install -e .

- name: Run tests
run: pytest -rs carsus ${{ env.PYTEST_FLAGS }}
run: pytest carsus ${{ env.PYTEST_FLAGS }}

- name: Run notebooks
run: |
Expand Down

0 comments on commit df3feab

Please sign in to comment.