Skip to content

Commit

Permalink
fix github actions runs-on platform matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack-usu committed May 3, 2021
1 parent 0bc0172 commit bc4b376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: [3.7]
platform: [ubuntu-latest, windows-latest]

runs-on: { { matrix.platform } }
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bc4b376

Please sign in to comment.