Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 authored Feb 5, 2024
1 parent 76c2469 commit 6d25641
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:

steps:

# install required packages
- run: |
- name: install packages
run: |
sudo apt update
sudo apt install --yes --no-install-recommends \
python3-pip \
python3-venv
# checkout the weewx-gw1000 repo
- uses: actions/checkout@v4
- name: checkout weewx-gw1000 repo
uses: actions/checkout@v4

# install WeeWX and setup the test environment
- name: pip install
Expand Down

0 comments on commit 6d25641

Please sign in to comment.