Skip to content

Commit

Permalink
tc
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 committed Sep 13, 2024
1 parent 039dca8 commit cfa7e54
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/update-test-times.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set up python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.10

- name: Install Dependencies
run: pip3 install boto3==1.19.12 clickhouse-connect==0.7.16
run: python -m install boto3==1.19.12 clickhouse-connect==0.7.16

- name: Update test times
run: |
python3 -m torchci.update_test_times
python -m torchci.update_test_times
env:
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
CLICKHOUSE_ENDPOINT: ${{ secrets.CLICKHOUSE_HUD_USER_URL }}
Expand Down

0 comments on commit cfa7e54

Please sign in to comment.