Skip to content

Commit f617c5c

Browse files
committed
fixes
1 parent 40b4bd0 commit f617c5c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,8 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v4
1212

13-
- name: Define python
14-
run: |
15-
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
16-
17-
- name: Echo python version
18-
run: echo PYTHON_VERSION=${{ env.PYTHON_VERSION }}
19-
20-
- name: Install python version
21-
uses: gabrielfalcao/pyenv-action@v18
22-
with:
23-
default: "${{ env.PYTHON_VERSION }}"
24-
command: pip install -U pip
13+
- name: Set up Python
14+
uses: actions/setup-python@v5
2515

2616
- name: Show python version
2717
run: python --version

0 commit comments

Comments
 (0)