Skip to content

Commit 2efe690

Browse files
tbuffington7Tyler Buffingtonlukasgoetzweiss
authored
updated github action examples to use recent package version (#477)
* updated github action examples to use recent Python version * updated to version 6 * Update docs/data-management/certified-metrics/eppo-schema.md * Update docs/data-management/certified-metrics/dbt-models.md --------- Co-authored-by: Tyler Buffington <[email protected]> Co-authored-by: lukasgoetzweiss <[email protected]>
1 parent ba8b817 commit 2efe690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-management/certified-metrics/dbt-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install dependencies
124124
run: |
125125
python3 -m pip install --upgrade pip
126-
python3 -m pip install eppo_metrics_sync
126+
python3 -m pip install eppo-metrics-sync==0.1.0
127127
128128
- name: Sync Eppo Metrics (Prod)
129129
env:

docs/data-management/certified-metrics/eppo-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- name: Install dependencies
219219
run: |
220220
python3 -m pip install --upgrade pip
221-
python3 -m pip install eppo-metrics-sync==0.0.3
221+
python3 -m pip install eppo-metrics-sync==0.1.0
222222
223223
- name: Sync Eppo Metrics (Prod)
224224
env:

0 commit comments

Comments
 (0)