update e2e

This commit is contained in:
panticmilos 2022-06-15 09:34:58 +02:00
parent d91db0f679
commit eb962b9925

View file

@ -43,12 +43,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Setup Python - name: Setup Python
id: setup-python
uses: ./ uses: ./
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: 'pipenv' cache: 'pipenv'
- name: Install pipenv - name: Install pipenv
run: pipx install pipenv run: pipx install pipenv --python ${{ steps.setup-python.outputs.python-path }}
- name: Install dependencies - name: Install dependencies
run: | run: |
cd __tests__/data cd __tests__/data