Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit 83a3f1e

Browse files
committed
include space between run chunks
1 parent 56751bc commit 83a3f1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ jobs:
4747
. venv/bin/activate
4848
# Package up the package
4949
python setup.py sdist bdist_wheel
50+
5051
- run:
5152
name: create virtual environment for packaged release
5253
command: |
5354
python3 -m venv venv_packaged_integration
5455
. venv_packaged_integration/bin/activate
5556
pip install --upgrade pip setuptools wheel
5657
pip install -U --force-reinstall dist/bookstore*.whl
58+
5759
- run:
5860
name: integration tests
5961
command: |

0 commit comments

Comments
 (0)