Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Dec 30, 2024
1 parent 23db829 commit 75b7426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ environment:
SONAR_UPLOAD: true
job_group: build
job_depends_on: initialize
ENABLED: false
#ENABLED: false

# Start of runs against latest WeeWX release and supported versions of Python
# Even though EOL, I'll support a bit longer
Expand Down
3 changes: 2 additions & 1 deletion appveyor/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
echo "Running mosquitto install"
sudo apt-get -qq --assume-yes install mosquitto

PIP_OPTIONS='--quiet'
PIP_OPTIONS=''
#PIP_OPTIONS='--quiet'
echo "Running pip installs"
pip install pip $PIP_OPTIONS --upgrade
pip install configobj $PIP_OPTIONS --no-python-version-warning
Expand Down

0 comments on commit 75b7426

Please sign in to comment.