Skip to content

Commit 75dd9b8

Browse files
committed
gha problem with python env
1 parent 63a5636 commit 75dd9b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run-bench.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,14 @@ jobs:
8282
skip_unpack: false
8383
if_no_artifact_found: warn
8484

85+
- name: Set up Python
86+
uses: actions/setup-python@v4
87+
with:
88+
python-version: '3.x'
89+
8590
- name: Install Python Dependencies
8691
run: |
92+
python -m pip install --upgrade pip
8793
pip install argparse
8894
8995
- name: Compare Benchmark Results

0 commit comments

Comments
 (0)