We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0806e commit dae67d7Copy full SHA for dae67d7
1 file changed
.circleci/config.yml
@@ -24,6 +24,7 @@ jobs:
24
source /usr/local/share/virtualenvs/tap-mambu/bin/activate
25
uv pip install -U 'pip<19.2' 'setuptools<51.0.0'
26
uv pip install .[dev]
27
+ uv pip install .[mambu-tests]
28
source /usr/local/share/virtualenvs/tap-tester/bin/activate
29
uv pip install --upgrade awscli
30
aws s3 cp s3://com-stitchdata-dev-deployment-assets/environments/tap-tester/tap_tester_sandbox /usr/local/share/virtualenvs/dev_env.sh
@@ -46,7 +47,7 @@ jobs:
46
47
command: |
48
uv venv --python 3.9 /usr/local/share/virtualenvs/tap-mambu
49
- uv pip install pytest parameterized
50
+ uv pip install parameterized
51
pytest tests/unittests
52
- store_test_results:
53
path: test_output/report.xml
0 commit comments