Skip to content

Commit

Permalink
use python 3.10 for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandede committed Jan 29, 2024
1 parent 8a0d8e1 commit bc98311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: 3.10
- name: Install pypa/build
run: >-
python3 -m
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: 3.10
- name: Install dependencies
run: |
pip install --upgrade pip
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: 3.10
- name: Install dependencies
run: |
pip install --upgrade pip
Expand Down

0 comments on commit bc98311

Please sign in to comment.