Skip to content

Commit 81c7e9f

Browse files
committed
Uncompress inferences.sql.gz in the neural-results.yml as well.
1 parent acf73d6 commit 81c7e9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/neural-results.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Check out repository
1616
uses: actions/checkout@v3
1717

18+
- name: Uncompress inferences
19+
run: gunzip inferences.sql.gz
20+
1821
- name: Execute SQL script
1922
run: sqlite3 inferences.sqlite < evaluation_runs.sql
2023

0 commit comments

Comments
 (0)