Skip to content

Commit

Permalink
update python to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Aug 13, 2024
1 parent ce4502e commit 06f9de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
MAIN_PYTHON_VERSION: '3.9'
MAIN_PYTHON_VERSION: '3.10'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Set up Python
run: |
apt update
apt install -y python3.9 python3-pip
ln -s /usr/bin/python3.9 /usr/bin/python
apt install -y python3.10 python3-pip
ln -s /usr/bin/python3.10 /usr/bin/python
python -m pip install --upgrade pip
python --version
pip3 --version
Expand Down

0 comments on commit 06f9de0

Please sign in to comment.