8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84062f commit de20d76Copy full SHA for de20d76
.github/workflows/upload-test-stats-while-running.yml
@@ -24,17 +24,12 @@ jobs:
24
- name: Setup Linux
25
uses: ./.github/actions/setup-linux
26
27
- - name: Setup miniconda
28
- uses: pytorch/test-infra/.github/actions/setup-miniconda@main
29
- with:
30
- python-version: "3.10"
31
-
32
- name: Install requirements
33
run: |
34
- ${CONDA_RUN} pip install requests==2.32.2 boto3==1.35.42
+ python3 -m pip install requests==2.32.2 boto3==1.35.42
35
36
- name: Upload test stats
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
- ${CONDA_RUN} python -m tools.stats.upload_test_stats_running_jobs
+ python3 -m tools.stats.upload_test_stats_running_jobs
0 commit comments