Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gabrielfalcao/sure into pyenv-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Jun 21, 2021
2 parents f3f1da2 + 94f9961 commit 1adafc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
python:
- 3.6.5
- 3.7.3
- 3.8.6
- 3.9.0

steps:
- uses: actions/checkout@v2
- name: Install python version
uses: gabrielfalcao/pyenv-action@v4
uses: gabrielfalcao/pyenv-action@v7
with:
default: "${{ matrix.python }}"
command: pip install -U pip setuptools
Expand Down

0 comments on commit 1adafc2

Please sign in to comment.