Skip to content

Commit

Permalink
updated ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
borolepratik committed Dec 28, 2023
1 parent 734a879 commit 44236e6
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 @@ -2,9 +2,9 @@ name: Run Tests

on:
push:
branches: [ main, ci ]
branches: [ main ]
pull_request:
branches: [ main, ci ]
branches: [ main ]

jobs:
test:
Expand All @@ -23,7 +23,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: poetry install
run: poetry install --no-root

- name: Run tests
run: poetry run pytest

0 comments on commit 44236e6

Please sign in to comment.