Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Aug 24, 2021
1 parent ad8fa09 commit a224da0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,17 @@ jobs:
strategy:
matrix:
python:
- 3.10.0b4
- 3.9.6
- 3.8.11

steps:
- name: Setup Env
run: |
echo 'PYENV_ROOT= ' >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: actions/python-setup@v2
- name: Test Python Versions
uses: gabrielfalcao/pyenv-action@v5
with:
default: "${{ matrix.python }}"
command: |
python-version: "${{ matrix.python }}"
run: |
pip install -U pip pipenv wheel cython
pipenv lock
pipenv sync -d
Expand Down

0 comments on commit a224da0

Please sign in to comment.