Skip to content

Commit

Permalink
Use runner.os instead of matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jul 11, 2020
1 parent e5eba09 commit f045996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
# environmental variables used in coverage
env:
OS: ${{ matrix.os }}
OS: ${{ runner.os }}
PYTHON: ${{ matrix.python-version }}

steps:
Expand Down

0 comments on commit f045996

Please sign in to comment.