Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Jan 9, 2025
1 parent 40b4bd0 commit f617c5c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Define python
run: |
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
- name: Echo python version
run: echo PYTHON_VERSION=${{ env.PYTHON_VERSION }}

- name: Install python version
uses: gabrielfalcao/pyenv-action@v18
with:
default: "${{ env.PYTHON_VERSION }}"
command: pip install -U pip
- name: Set up Python
uses: actions/setup-python@v5

- name: Show python version
run: python --version
Expand Down

0 comments on commit f617c5c

Please sign in to comment.