Skip to content

Commit

Permalink
remove tiled database init
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Feb 14, 2024
1 parent f1b53bd commit afeccd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
pip install flake8 pytest
pip install .
pip install .[dev]
- name: Initialize tiled database
run: |
tiled serve config
# - name: Initialize tiled database
# run: |
# tiled serve config
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit afeccd3

Please sign in to comment.