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 1818 - name : Checkout
1919 uses : actions/checkout@v2
2020
21+ - uses : actions/setup-python@v2
22+ with :
23+ python-version : ' 3.x'
24+
2125 - name : Fetch downloads count form Arduino CDN using AWS Athena
2226 id : fetch
2327 env :
2731 AWS_ATHENA_OUTPUT_LOCATION : ${{ secrets.STATS_AWS_ATHENA_OUTPUT_LOCATION }}
2832 GITHUB_REPOSITORY : ${{ github.repository }}
2933 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
3536
3637 - name : Send metrics
3738 uses : masci/datadog@v1
You can’t perform that action at this time.
0 commit comments