Skip to content

Commit

Permalink
Debug Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 25, 2023
1 parent 05406c7 commit 91edd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
- name: PYTHON version
run: python3 --version
run: env
- name: sudo PYTHON version
run: sudo -H -E env "PATH=$pythonLocation:$PATH" python3 --version
run: sudo -H -E env "PATH=$pythonLocation:$PATH" env
- name: Cache PROJECT_DATA
id: cache-project-data
uses: actions/cache@v3
Expand Down

0 comments on commit 91edd60

Please sign in to comment.