Skip to content

Commit

Permalink
Fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryan26roy committed Jan 8, 2024
1 parent 22b8ffb commit bd8b09f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Test with pytest
run: |
pytest --cov=formulate --verbose --run-slow
pytest --cov=formulate --verbose
dist:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ dependencies = [
test = [
"pytest >=6",
"pytest-cov >=3",
"lark",
]
dev = [
"pytest >=6",
"pytest-cov >=3",
"lark",
]
docs = [
"sphinx>=4.0",
Expand Down

0 comments on commit bd8b09f

Please sign in to comment.