Skip to content

Commit

Permalink
Configure poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Jan 7, 2024
1 parent 131055a commit fae5e7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,15 @@ jobs:
- name: Install base dependencies
run: pip install poetry

- name: Configure poetry
run: poetry config virtualenvs.create false

- name: Install dependencies
run: poetry install

- name: Test
shell: bash
run: j test -- --junitxml=tests/coverage/pytest.xml --cov-report= --cov-report=html:tests/coverage/html --cov=yaml_ld | tee tests/coverage/pytest-coverage.txt
run: poetry run j test -- --junitxml=tests/coverage/pytest.xml --cov-report= --cov-report=html:tests/coverage/html --cov=yaml_ld | tee tests/coverage/pytest-coverage.txt

# Report only changed files because the result is too large
- name: Pytest Coverage Comment
Expand Down

0 comments on commit fae5e7b

Please sign in to comment.