Skip to content

Commit

Permalink
build(ci.yml): update ci for rename of requirements dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr-akbarzadeh committed Dec 5, 2024
1 parent 2205424 commit 54ba004
Showing 1 changed file with 1 addition 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 @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install coverage codecov pytest poetry
pip install -r packages/requirements-dev.txt
pip install -r requirements/dev.txt
- name: Run tests with coverage
run: pytest --cov=iranian_cities --cov-report=xml
Expand Down

0 comments on commit 54ba004

Please sign in to comment.