Skip to content

Commit

Permalink
updated python version
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Feb 7, 2024
1 parent ef7376b commit ba342ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

- uses: actions/setup-python@v1
with:
python-version: '3.8'
python-version: '3.10'

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

- run: pip install .

- name: Run tests
run: coverage run -m pytest tests
run: coverage run -m pytest

- name: build coverage
run: coverage html -i
Expand Down

0 comments on commit ba342ce

Please sign in to comment.