Skip to content

Commit

Permalink
change requirements_dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayTheDar committed Aug 2, 2023
1 parent 3fa413d commit 374cd53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Run tests
run: |
pip install -r requirements_dev.txt
pip install -r requirements-dev.txt
pytest tests
2 changes: 1 addition & 1 deletion nest/common/templates/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def generate_app(db_type: str):
@app.on_event("startup")
async def startup():
{'await config.create_all()' if db_type == 'mongodb' else 'config.create_all()'}
"""
"""
File renamed without changes.

0 comments on commit 374cd53

Please sign in to comment.