Skip to content

Commit

Permalink
CD python version mach with CI's one
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali committed Dec 19, 2024
1 parent e06d522 commit e844d42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2

- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.12'

- name: Validate the tag version against the package version
run: python .github/workflows/validate_release_tag.py $GITHUB_REF
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.12'

- name: Install Python dependencies
run: pip install -e .[pre-commit]
Expand Down Expand Up @@ -109,10 +109,10 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2

- name: Set up Python 3.8
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.12'

- name: Install flit
run: pip install flit~=3.4
Expand Down

0 comments on commit e844d42

Please sign in to comment.