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 5fc4176 commit 4c5648a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ jobs:
--health-timeout 5s
--health-retries 5
env:
TOXENV: pg-only
DATABASE_URL: postgres://postgres:postgres@postgres:5432/django_anonymiser

steps:
- name: Check out the repository
uses: actions/checkout@v3
Expand All @@ -88,6 +84,9 @@ jobs:
python-version: "3.11"

- name: Install and run tox
env:
TOXENV: pg-only
DATABASE_URL: postgres://postgres:postgres@postgres:5432/django_anonymiser
run: |
pip install tox
tox

0 comments on commit 4c5648a

Please sign in to comment.