Skip to content

Commit

Permalink
updated requirements2
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Mar 7, 2024
1 parent 697bd9a commit f0b6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.10'

- name: Install test dependencies
run: if [ -f requirements/requirements-dev.txt ]; then pip install -r requirements/requirements-test.txt; fi
run: if [ -f requirements/requirements-test.txt ]; then pip install -r requirements/requirements-test.txt; fi

- run: pip install .

Expand Down

0 comments on commit f0b6c76

Please sign in to comment.