Skip to content

Commit 78692fc

Browse files
committed
fix: Add python packages installation in release.yml and recover exam-2098.yaml
1 parent a1fa63a commit 78692fc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
pip install pyinstaller
42+
# Install project dependencies from pyproject.toml
43+
pip install .
4244
4345
- name: Install frontend dependencies
4446
run: |

exams/exam-2098.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exam:
55
section_instructions:
66
read_aloud:
77
text: "For read aloud questions, you should read displayed English sentences aloud."
8-
tts: "Can you hear this clearly? This is a test to make sure your audio is working perfectly. Please listen carefully and get ready for your English exam!Can you hear this clearly? This is a test to make sure your audio is working perfectly. Please listen carefully and get ready for your English exam!Can you hear this clearly? This is a test to make sure your audio is working perfectly. Please listen carefully and get ready for your English exam!"
8+
tts: "For read aloud questions, you should read displayed English sentences aloud"
99

1010
multiple_choice:
1111
text: "For multiple choice questions, read the question carefully and choose the best answer from A, B, C or D."

0 commit comments

Comments
 (0)