File tree Expand file tree Collapse file tree 2 files changed +6
-123
lines changed Expand file tree Collapse file tree 2 files changed +6
-123
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
- name : Checkout
19
19
uses : actions/checkout@v2
20
20
21
+ - uses : actions/setup-python@v2
22
+ with :
23
+ python-version : ' 3.x'
24
+
21
25
- name : Fetch downloads count form Arduino CDN using AWS Athena
22
26
id : fetch
23
27
env :
27
31
AWS_ATHENA_OUTPUT_LOCATION : ${{ secrets.STATS_AWS_ATHENA_OUTPUT_LOCATION }}
28
32
GITHUB_REPOSITORY : ${{ github.repository }}
29
33
run : |
30
- # Fetch jq 1.6 as VM has only 1.5 ATM
31
- wget -q https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -O jq
32
- chmod +x jq
33
- PATH="${{ github.workspace }}:$PATH"
34
- .github/tools/fetch_athena_stats.sh
34
+ pip install boto3 semver
35
+ python .github/tools/fetch_athena_stats.py
35
36
36
37
- name : Send metrics
37
38
uses : masci/datadog@v1
You can’t perform that action at this time.
0 commit comments