|
@@ -35,9 +35,10 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
python-version: ${{ matrix.python-version }} |
|
|
python-version: ${{ matrix.python-version }} |
|
|
|
|
|
|
|
|
- name: Prepare tests |
|
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
run: | |
|
|
run: | |
|
|
pip install -U pip poetry |
|
|
pip install -U pip poetry |
|
|
|
|
|
poetry env use $(which python) |
|
|
poetry install |
|
|
poetry install |
|
|
|
|
|
|
|
|
- name: E2E tests |
|
|
- name: E2E tests |
|
|