Skip to content

Commit

Permalink
remove env after build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam committed Oct 14, 2020
1 parent 4a87546 commit b42626e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ steps:
- pyenv local 3.7.7
- poetry install
- poetry run pytest
- rm -rf .venv
timeout_in_minutes: 5
branches:
- master

0 comments on commit b42626e

Please sign in to comment.