Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Sep 18, 2023
1 parent 8fb9054 commit 7b2715e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ jobs:
- name: Install tox
run: pip install tox

- name: Run tox
- name: Run tox (pg-only)
env:
TOXENV: pg-only
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
run: tox
run: tox -e pg-only

0 comments on commit 7b2715e

Please sign in to comment.