Skip to content

Commit

Permalink
#163: Update setup-python Action
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 15, 2021
1 parent 2792e7d commit e1341cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
python-version: ['3.4', 3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
name: Python ${{ matrix.python-version }} Build
steps:
- name: Add apt repo
Expand All @@ -18,7 +18,7 @@ jobs:
java-version: 8
java-package: jdk
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit e1341cd

Please sign in to comment.