Skip to content

Commit

Permalink
Revert CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Jan 7, 2025
1 parent 1e51e71 commit 7c2b906
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Define python
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV

- name: Install python version
uses: gabrielfalcao/pyenv-action@v18
uses: gabrielfalcao/pyenv-action@v11
with:
default: "${{ env.PYTHON_VERSION }}"
command: pip install -U pip

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

0 comments on commit 7c2b906

Please sign in to comment.