Skip to content

Commit

Permalink
building db no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed Jul 3, 2024
1 parent cd17118 commit 058aa86
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 26 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
python -m pip install --upgrade pip
pip install flake8
pip install .[test]
- name: Build test DB
run: |
python tests/data/build_database.py
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ aws-auth
docs/_*
*.sh
**/*.csv
!ALIC1_4_ROWS.csv
**/*.db
1 change: 0 additions & 1 deletion src/iotswarm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pathlib import Path
import pandas
import sqlite3
from glob import glob


def json_serial(obj: object):
Expand Down
22 changes: 0 additions & 22 deletions tests/data/build_database.py

This file was deleted.

0 comments on commit 058aa86

Please sign in to comment.