We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188ef43 commit d49c7a1Copy full SHA for d49c7a1
.github/workflows/terra.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Replace rtc version
25
run: |
26
cd Terra
27
+ pip install -r requirements.txt
28
python ASDK.py -agorasdk=${{ inputs.rtc_version }}
29
30
- name: Generate code and comment by terra
Terra/requirements.txt
@@ -0,0 +1,2 @@
1
+PyYAML==6.0.2
2
0 commit comments