diff --git a/.github/workflows/compliance-test.yaml b/.github/workflows/compliance-test.yaml index 7ae582d7..c6731d3d 100644 --- a/.github/workflows/compliance-test.yaml +++ b/.github/workflows/compliance-test.yaml @@ -52,11 +52,7 @@ jobs: - name: Install TES compliance suite run: | cd tes-compliance-suite - cat /etc/os-release - which python3 - which python - python3 --version - python3 -m venv venv + /root/.pyenv/shims/python3 -m venv venv source venv/bin/activate pip install -r requirements.txt python setup.py install