File tree Expand file tree Collapse file tree 8 files changed +148
-1978
lines changed Expand file tree Collapse file tree 8 files changed +148
-1978
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Production Service Testing
2+
3+ on :
4+ schedule :
5+ - cron : ' 0 */6 * * *'
6+ workflow_dispatch :
7+
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ environment : production-service
12+
13+ steps :
14+ - uses : actions/checkout@v3
15+
16+ - name : Set up Python 3.12
17+ uses : actions/setup-python@v4
18+ with :
19+ python-version : 3.12
20+
21+ - name : Save secret
22+ run : ' echo "$SERVICEX_YAML" > servicex.yaml'
23+ shell : bash
24+ env :
25+ SERVICEX_YAML : ${{ secrets.SERVICEX_YAML }}
26+
27+ - name : Install uv
28+ uses : astral-sh/setup-uv@v3
29+
30+ - name : Install package
31+ run : |
32+ uv pip install --system --upgrade '.[test]'
33+ uv pip list --system
34+
35+ - name : Run example
36+ working-directory : examples
37+ run : python3 Uproot_UprootRaw_Dict.py
38+
Original file line number Diff line number Diff line change 1+ {
2+ "python.analysis.logLevel" : " Information" ,
3+ "cSpell.words" : [
4+ " accesskey" ,
5+ " aenter" ,
6+ " aexit" ,
7+ " aiohttp" ,
8+ " AOD's" ,
9+ " asyncio" ,
10+ " atlasxaod" ,
11+ " awks" ,
12+ " AZNLOCTEQ" ,
13+ " backend's" ,
14+ " backends" ,
15+ " backoff" ,
16+ " bortles" ,
17+ " cacheme" ,
18+ " caplog" ,
19+ " cernopendata" ,
20+ " codecov" ,
21+ " codegen" ,
22+ " Comming" ,
23+ " coveragerc" ,
24+ " DAOD" ,
25+ " dcache" ,
26+ " desy" ,
27+ " dont" ,
28+ " fget" ,
29+ " fname" ,
30+ " forkingshirtballs" ,
31+ " forkit" ,
32+ " getenv" ,
33+ " gitlab" ,
34+ " giveup" ,
35+ " idna" ,
36+ " inmem" ,
37+ " ipywidgets" ,
38+ " isabstractmethod" ,
39+ " iscoroutinefunction" ,
40+ " jupyter" ,
41+ " jupyterlab" ,
42+ " leftfoot" ,
43+ " linq" ,
44+ " localds" ,
45+ " mcrn" ,
46+ " minio" ,
47+ " Minio" ,
48+ " miniouser" ,
49+ " mino" ,
50+ " myfile" ,
51+ " nargs" ,
52+ " ncols" ,
53+ " ndarray" ,
54+ " NOQA" ,
55+ " nqueries" ,
56+ " ntuples" ,
57+ " numpy" ,
58+ " opendata" ,
59+ " pathlib" ,
60+ " PHYSLITE" ,
61+ " pnfs" ,
62+ " posix" ,
63+ " Powheg" ,
64+ " prereleased" ,
65+ " protomolecule" ,
66+ " ptetaphi" ,
67+ " pyarrow" ,
68+ " pypa" ,
69+ " pypi" ,
70+ " pytest" ,
71+ " qastle" ,
72+ " qsize" ,
73+ " Reconstructor" ,
74+ " redownload" ,
75+ " rootfiles" ,
76+ " rucio" ,
77+ " sdist" ,
78+ " secretkey" ,
79+ " servicex" ,
80+ " servicexabc" ,
81+ " Servivce" ,
82+ " setuptools" ,
83+ " slateci" ,
84+ " sslhep" ,
85+ " STDM" ,
86+ " stfc" ,
87+ " SXPASS" ,
88+ " SXTOKEN" ,
89+ " SXTYPE" ,
90+ " SXUSER" ,
91+ " tcut" ,
92+ " thegoodplace" ,
93+ " thishashdoesnotexist" ,
94+ " Topo" ,
95+ " tqdm" ,
96+ " unittests" ,
97+ " URL's" ,
98+ " xaod" ,
99+ " xaodr" ,
100+ " xrootd"
101+ ],
102+ "python.analysis.typeCheckingMode" : " basic" ,
103+ "python.testing.pytestArgs" : [
104+ " --cov=servicex" ,
105+ " tests"
106+ ],
107+ "python.testing.unittestEnabled" : false ,
108+ "python.testing.pytestEnabled" : true ,
109+ "editor.formatOnSave" : false ,
110+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments