Skip to content

Commit

Permalink
Reorganize dependencies in groups
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Dec 24, 2021
1 parent 3b37092 commit ef3b041
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 244 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,9 @@ jobs:
shell: bash
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv

- name: Upgrade pip
shell: bash
run: |
poetry run python -m pip install pip -U
- name: Install dependencies
shell: bash
run: poetry install -vvv
run: poetry install --only default --only test -vvv

- name: Test Pure Python
shell: bash
Expand Down
Loading

0 comments on commit ef3b041

Please sign in to comment.