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 63a5636 commit 75dd9b8Copy full SHA for 75dd9b8
.github/workflows/run-bench.yml
@@ -82,8 +82,14 @@ jobs:
82
skip_unpack: false
83
if_no_artifact_found: warn
84
85
+ - name: Set up Python
86
+ uses: actions/setup-python@v4
87
+ with:
88
+ python-version: '3.x'
89
+
90
- name: Install Python Dependencies
91
run: |
92
+ python -m pip install --upgrade pip
93
pip install argparse
94
95
- name: Compare Benchmark Results
0 commit comments