Skip to content

Commit

Permalink
Merge pull request #170 from redhat-partner-solutions/ci-fix-python-v…
Browse files Browse the repository at this point in the history
…ersion

Bump python version to 3.10 for e2e flow
  • Loading branch information
akiselev1 authored Nov 15, 2023
2 parents 3e20bf7 + 915cfad commit 7457de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7457de6

Please sign in to comment.