Skip to content

Commit

Permalink
Delete system Python before running setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 25, 2023
1 parent 02f872c commit c2f38a5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup upterm session
- name: Delete system python
run: rm -rf /usr/bin/python*
- name: Setup Python
uses: actions/setup-python@v5
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-users: AjayP13
- name: Setup Python
uses: actions/setup-python@v5
- name: Cache PROJECT_DATA
id: cache-project-data
uses: actions/cache@v3
Expand Down

0 comments on commit c2f38a5

Please sign in to comment.