From 54ba004a15ac0447889068c6be81c90a2a9141ef Mon Sep 17 00:00:00 2001 From: Sepehr Akbarzadeh Date: Thu, 5 Dec 2024 13:41:37 +0330 Subject: [PATCH] build(ci.yml): update ci for rename of requirements dir --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ad8ab0..c692535 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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