This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 96
96
python -m pip install --upgrade pip
97
97
98
98
- name : Run Quality Control Script
99
+ env :
100
+ TEASE : ${{ secrets.TEASE }}
99
101
run : |
100
102
sub=${{ needs.process_raw.outputs.sub }}
101
103
task=${{ needs.process_raw.outputs.task }}
Original file line number Diff line number Diff line change 11
11
# jap_5ThOJ14yf7z1EPEUpAoZYMWoETZcmJk305719
12
12
13
13
def get_met ():
14
+ tease = os .envron ['TEASE' ]
14
15
15
16
proxies = {
16
- 'http' : 'http://proxy.divms.uiowa.edu:8888' ,
17
- 'https' : 'https://proxy.divms.uiowa.edu:8888' ,
17
+ 'http' : f 'http:zjgilliam: { tease } //proxy.divms.uiowa.edu:8888' ,
18
+ 'https' : f 'https://zjgilliam: { tease } proxy.divms.uiowa.edu:8888' ,
18
19
}
19
20
20
21
22
+
21
23
url = 'https://jatos.psychology.uiowa.edu/jatos/api/v1/results/metadata'
22
24
headers = {
23
25
'accept' : 'application/json' ,
@@ -61,10 +63,11 @@ def get_met():
61
63
return study_result_ids
62
64
63
65
def get_data (study_result_ids ):
66
+ tease = os .envron ['TEASE' ]
64
67
65
68
proxies = {
66
- 'http' : 'http://proxy.divms.uiowa.edu:8888' ,
67
- 'https' : 'https://proxy.divms.uiowa.edu:8888' ,
69
+ 'http' : f 'http:zjgilliam: { tease } //proxy.divms.uiowa.edu:8888' ,
70
+ 'https' : f 'https://zjgilliam: { tease } proxy.divms.uiowa.edu:8888' ,
68
71
}
69
72
70
73
headers = {
You can’t perform that action at this time.
0 commit comments