We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b4bd0 commit f617c5cCopy full SHA for f617c5c
.github/workflows/ci.yml
@@ -10,18 +10,8 @@ jobs:
10
- name: Checkout repository
11
uses: actions/checkout@v4
12
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
+ - name: Set up Python
+ uses: actions/setup-python@v5
25
26
- name: Show python version
27
run: python --version
0 commit comments