Skip to content

Commit

Permalink
Set python version in setup-python action (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmatias authored Jan 13, 2023
1 parent 6869467 commit bacc0a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-push-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
ref: master

- uses: actions/setup-python@v2

with:
python-version: '3.8'

- name: install_dependencies
run: |
pip3 install --user --upgrade pipenv && pipenv install --dev --python 3.8
Expand Down

0 comments on commit bacc0a2

Please sign in to comment.