Skip to content

Commit 6677460

Browse files
committed
Add caching and fix name
1 parent fb44655 commit 6677460

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: actions/setup-python@v4
4242
with:
4343
python-version: "3.11"
44+
cache: 'pip'
4445
- name: Install dependencies
4546
run: |
4647
python -m pip install --upgrade pip
@@ -72,7 +73,7 @@ jobs:
7273
run: |
7374
cat artifacts/raw_data_*/test_duration.csv > test_duration.csv
7475
- name: Upload merged artifacts
75-
uses: actions/upload-artifacts@v3
76+
uses: actions/upload-artifact@v3
7677
with:
7778
name: Raw Data
7879
path: |

0 commit comments

Comments
 (0)