Skip to content

Commit

Permalink
check3
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 31, 2024
1 parent 3a92b25 commit 953f090
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.8'

- name: setup pyenv
uses: "gabrielfalcao/pyenv-action@v18"
with:
default: 3.8
command: pip install -U pip # upgrade pip after installing python

- name: Install Docker
uses: docker-practice/actions-setup-docker@master
Expand Down

0 comments on commit 953f090

Please sign in to comment.