diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 79c8ce9..2db5076 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -39,7 +39,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 with: - python-version: 3.7 + python-version: '3.10' - name: Install dependencies run: | python -m pip install --upgrade pip @@ -50,7 +50,7 @@ jobs: run: | files=`git diff --name-only origin/main` echo "diff files: $files" - pyfiles="conftest.py config.py configtestdata.py utils.py exec.py macros.py" + pyfiles="conftest.py config.py configtestdata.py utils.py exec.py macros.py e2e.yaml" mode="" tests=() for f in ${files}; do