Skip to content

Commit

Permalink
install python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Nov 9, 2023
1 parent 98cd33a commit 9936982
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ jobs:
- name: install linux dependency
if: startsWith(matrix.os,'ubuntu')
run: sudo apt-get install libxtst-dev
- name: Install Python 3.11 using pyenv
if: startsWith(matrix.os, 'macos')
run: |
curl -fsSL https://pyenv.sh | bash
echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc
echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
pyenv install 3.11
pyenv global 3.11
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- run: npm install
- run: npm test
env:
Expand Down

0 comments on commit 9936982

Please sign in to comment.