Skip to content

Commit

Permalink
Run tests with proper Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 25, 2023
1 parent 0237ca4 commit e602da9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,8 @@ jobs:
with:
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: PYVERSION
run: python3 --version
- name: SUDO PYVERSION
run: sudo -H -E env "PATH=$PATH" python3 --version
- name: Run tests
run: sudo -H -E env "PATH=$PATH" ./run.sh -k "TestCli" -vvvv --durations=0 --junitxml=./test.xml --maxfail=2
run: sudo -H -E env "PATH=$PATH" ./run.sh -vvvv --durations=0 --junitxml=./test.xml
env:
PROJECT_DATA: /tmp/project_data
PROJECT_DISABLE_TUNNEL: 1
Expand Down

0 comments on commit e602da9

Please sign in to comment.