File tree Expand file tree Collapse file tree 5 files changed +13
-6
lines changed
jobs/ads-incrementality-dap-collector Expand file tree Collapse file tree 5 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
- .ci_job.yaml
2
- .ci_workflow.yaml
1
+ .cache /
2
+ ci_job.yaml
3
+ ci_workflow.yaml
4
+ dev_generate_hpke_config.py
5
+ dev_run_docker.sh
6
+ dev_runbook.md
3
7
.DS_Store
8
+ example_config.json
4
9
* .pyc
5
10
.pytest_cache /
11
+ .python-version
6
12
__pycache__ /
7
13
venv /
Original file line number Diff line number Diff line change 2
2
* .pyc
3
3
__pycache__ /
4
4
venv /
5
+ .python-version
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ RUN groupadd --gid ${USER_ID} ${GROUP_ID} && \
28
28
COPY --from=0 /janus_build/janus/target/release/collect ./
29
29
# ##################
30
30
31
+ COPY . .
32
+
31
33
# Drop root and change ownership of the application folder to the user
32
34
RUN chown -R ${USER_ID}:${GROUP_ID} ${HOME}
33
35
USER ${USER_ID}
34
36
35
37
RUN pip install --upgrade pip
36
- COPY requirements.txt requirements.txt
37
38
RUN pip install --no-cache-dir -r requirements.txt
38
- COPY . .
39
39
RUN pip install --no-cache-dir .
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ build-job-ads-incrementality-dap-collector:
12
12
command : docker build -t app:build jobs/ads-incrementality-dap-collector/
13
13
- run :
14
14
name : Test Code
15
- command : docker run app:build pytest --flake8 --black
15
+ command : docker run app:build python3 -m pytest
Original file line number Diff line number Diff line change 1
1
cattrs == 25.1.1
2
2
click == 8.0.4
3
- pytest == 6.0.2
3
+ pytest == 6.2.5
4
4
pytest-black == 0.3.11
5
5
pytest-flake8 == 1.0.6
6
6
pytz == 2025.2
You can’t perform that action at this time.
0 commit comments