Skip to content

Commit

Permalink
https://github.com/andgineer/ambientweather_livedata/issues/1
Browse files Browse the repository at this point in the history
fixed test matrix
  • Loading branch information
andreisorokin-astrazeneca committed Jan 16, 2024
1 parent 1d262d2 commit d592076
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@ jobs:
strategy:
matrix:
python-version: [3.9, "3.10", 3.11]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

permissions:
# Gives the action the necessary permissions for publishing new
# comments in pull requests.
pull-requests: write
# Gives the action the necessary permissions for pushing data to the
# python-coverage-comment-action branch, and for editing existing
# comments (to avoid publishing multiple comments in the same PR)
contents: write

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

0 comments on commit d592076

Please sign in to comment.