Skip to content

Commit

Permalink
Fix actions parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Jan 8, 2020
1 parent 7daf69a commit ccbe3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -27,8 +27,8 @@ jobs:
-
name: Set up Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
with:
python-version: ${{ matrix.python-version }}
- name: Display Java version
run: java --version
- name: Display Python version
Expand Down

0 comments on commit ccbe3d8

Please sign in to comment.