Skip to content

Commit

Permalink
fix: set python
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed May 21, 2024
1 parent 66f8059 commit 6c6541e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:

- name: install requirements
run: |
sudo update-alternatives --install /usr/bin/python python ${{ env.pythonLocation }}
sudo update-alternatives --config python
sudo update-alternatives --set python ${{ env.pythonLocation }}
sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints \
python3-parted python3-pexpect python3-pyasn1-modules \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify-gha-unit-tests-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- uses: actions/checkout@v2
- name: install requirements
run: |
sudo update-alternatives --install /usr/bin/python python ${{ env.pythonLocation }}
sudo update-alternatives --config python
sudo update-alternatives --set python ${{ env.pythonLocation }}
sudo apt-get remove python3-blinker python3-commandnotfound python3-entrypoints \
python3-parted python3-pexpect python3-pyasn1-modules \
Expand Down

0 comments on commit 6c6541e

Please sign in to comment.