Skip to content

Commit

Permalink
briefly use the DB for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
micah-prime committed Jun 3, 2024
1 parent 1856756 commit 485833a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install -r requirements.txt
python3 setup.py install
python3 -m pip install .
- name: Install Validation
run: |
python -c "import snowexsql"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def clz(self, db, db_url):
class Extended(self.CLZ):
DB_NAME = f"{url.username}:{url.password}@{url.host}/{url.database}"

yield Extended
yield self.CLZ


def unsorted_list_tuple_compare(l1, l2):
Expand Down

0 comments on commit 485833a

Please sign in to comment.