File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -52,22 +52,22 @@ jobs:
5252 - name : Show out.csv
5353 run : cat out.csv
5454
55- token-usage-unit_test :
55+ token-usage-unit_test :
5656
57- runs-on : ubuntu-latest
58- steps :
59- - uses : actions/checkout@v4
57+ runs-on : ubuntu-latest
58+ steps :
59+ - uses : actions/checkout@v4
6060
61- - name : Cache pip
62- uses : actions/cache@v3
63- with :
64- path : ~/.cache/pip
65- key : ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
66- restore-keys : |
67- ${{ runner.os }}-pip-
61+ - name : Cache pip
62+ uses : actions/cache@v3
63+ with :
64+ path : ~/.cache/pip
65+ key : ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
66+ restore-keys : |
67+ ${{ runner.os }}-pip-
6868
69- - name : Install dependencies
70- run : pip install -r requirements.txt
69+ - name : Install dependencies
70+ run : pip install -r requirements.txt
7171
72- - name : Run test
73- run : python3 test_token_usage.py --tt1 ${{ secrets.TEST_TOKEN_GITHUB }} -tt2 ${{ secrets.SECOND_TEST_TOKEN_GITHUB }} --repo moevm/github_repo_commitment_calc --out out.csv
72+ - name : Run test
73+ run : python3 test_token_usage.py --tt1 ${{ secrets.TEST_TOKEN_GITHUB }} -tt2 ${{ secrets.SECOND_TEST_TOKEN_GITHUB }} --repo moevm/github_repo_commitment_calc --out out.csv
You can’t perform that action at this time.
0 commit comments