We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e563fed commit 607bab4Copy full SHA for 607bab4
3 files changed
.github/workflows/tests.yml
@@ -80,14 +80,9 @@ jobs:
80
shell: bash
81
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
82
83
- - name: Upgrade pip
84
- shell: bash
85
- run: |
86
- poetry run python -m pip install pip -U
87
-
88
- name: Install dependencies
89
90
- run: poetry install -vvv
+ run: poetry install --only default --only test -vvv
91
92
- name: Test Pure Python
93
0 commit comments