Skip to content

Commit

Permalink
Test more python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanfei Shen committed Jun 3, 2021
1 parent 0452c4c commit aee4c2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
poetry-version: [1.1.6]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: pip install poetry==${{ matrix.poetry-version }}
- name: Install requirements
Expand Down

0 comments on commit aee4c2d

Please sign in to comment.