Skip to content

Commit

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

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

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

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

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

0 comments on commit ef6097f

Please sign in to comment.