Skip to content

Commit

Permalink
Recreate tox virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
hovaesco committed Jan 21, 2022
1 parent f79d984 commit b825fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ dbt-trino-tests:
./docker/dbt/build.sh
./docker/init_trino.bash
pip install -r dev_requirements.txt
tox || ./docker/remove_trino.bash
tox -r || ./docker/remove_trino.bash
./docker/remove_trino.bash

dbt-starburst-tests:
docker network create dbt-net || true
./docker/dbt/build.sh
./docker/init_starburst.bash
pip install -r dev_requirements.txt
tox || ./docker/remove_starburst.bash
tox -r || ./docker/remove_starburst.bash
./docker/remove_starburst.bash
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ pip install -r dev_requirements.txt
Run from the base directory of the project the command:

```sh
tox
tox -r
```

or
Expand Down

0 comments on commit b825fa1

Please sign in to comment.