Skip to content

Commit

Permalink
Print python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 25, 2023
1 parent 5e774e6 commit 2a11a5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
- name: PYTHON version
run: python3 --version
- name: sudo PYTHON version
run: sudo -H -E env "PATH=$PATH" python3 --version
- name: Cache PROJECT_DATA
id: cache-project-data
uses: actions/cache@v3
Expand All @@ -54,7 +58,7 @@ jobs:
path: .venv/prod
key: test-venv-prod-${{ runner.os }}-${{ hashFiles('src/requirements-dev.txt', 'src/requirements-test.txt', 'src/requirements.txt', 'src/requirements-cpu.txt', 'src/requirements-accelerator-device.txt') }}
- name: Run tests
run: sudo -H -E env "PATH=$PATH" ./run.sh -vvvv --durations=0 --junitxml=./test.xml
run: sudo -H -E env "PATH=$PATH" ./run.sh -k "test_python_version" -vvvv --durations=0 --junitxml=./test.xml
env:
PROJECT_DATA: /tmp/project_data
PROJECT_DISABLE_TUNNEL: 1
Expand Down

0 comments on commit 2a11a5a

Please sign in to comment.