Skip to content

Commit

Permalink
test under multiple python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Feb 5, 2024
1 parent 376b129 commit c647486
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ on: [workflow_dispatch]

jobs:
ci:
name: Ecowitt gateway driver test on ${{ matrix.python-version }}
runs-on: ubuntu-latest

strategy:
matrix:
python-version: ["3.6", "3.7"]

steps:

- name: Install packages
Expand All @@ -18,6 +23,11 @@ jobs:
- name: Checkout weewx-gw1000 repo
uses: actions/checkout@v4

- name: Python version
uses: actions/setup-python@v4
with:
pyrthon-version : {{ matrix.python-version }}

- name: Install WeeWX and setup the test environment
run: |
# install WeeWX in a venv via pip
Expand Down

0 comments on commit c647486

Please sign in to comment.