Skip to content

Commit

Permalink
more debug8
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Jul 30, 2023
1 parent f969826 commit b05fb92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: install WeeWX
run: |
wget -P /var/tmp http://weewx.com/downloads/weewx-4.10.2.tar.gz
PWD=$(pwd)
cd /var/tmp
tar xvfz weewx-4.10.2.tar.gz
cd weewx-4.10.2
python3 ./setup.py build
# PWD=$(pwd)
# cd /var/tmp
# tar xvfz weewx-4.10.2.tar.gz
# cd weewx-4.10.2
# python3 ./setup.py build
# sudo python3 ./setup.py install
# echo -e "Narangba CI\n46, meter\n-27.185857\n152.956995\nn\nmetric\n3\n" | sudo python3 ./setup.py install
#
Expand Down

0 comments on commit b05fb92

Please sign in to comment.