Skip to content

Commit

Permalink
test: #1199, use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
lisphilar committed Sep 17, 2022
1 parent 6102635 commit 8d77fb5
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/test_latest-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,8 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true

- name: get dependencies
run: poetry export -f requirements.txt > requirements.txt

- name: pip install
run: |
pip install pip --upgrade
pip download -r requirements.txt --python-version ${{ matrix.python-version }}
- name: test
run: |
pip install .
pip install pytest pytest-cov pytest-xdist
pytest -v --maxfail=1 tests -n auto
- name: installation of dependencies
run: poetry install --no-root --with test,docs

- name: run quality check with "make test" command
run: make test

0 comments on commit 8d77fb5

Please sign in to comment.