Skip to content

Commit

Permalink
Fixing syntax for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Apr 29, 2021
1 parent 0d19ace commit 0f25b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Prime Cache
run: |
mkdir $HOME/.eeweather
zcat $TRAVIS_BUILD_DIR/thermostat/resources/cache.sql.gz | sqlite3 $HOME/.eeweather/cache.db

- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 0f25b27

Please sign in to comment.