File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v1
17
17
18
+ - uses : actions/setup-python@v1
19
+ with :
20
+ python-version : ' 3.7' # Needed for PEP 540
21
+
18
22
- uses : actions/cache@v1
19
23
id : vcpkgcache
20
24
with :
67
71
- name : rpcauth-test
68
72
shell : cmd
69
73
run : python test\util\rpcauth-test.py
70
- # This step fails due to character UTF encoding error. If anyone knows how Python deals with Unicode they might be
71
- # able to decipher the error message.
72
- # - name: test_runner
73
- # shell: cmd
74
- # run: |
75
- # python test\functional\test_runner.py --ansi --ci --quiet --combinedlogslen=4000 --failfast --exclude feature_fee_estimation
76
-
74
+ - name : test_runner
75
+ shell : cmd
76
+ run : |
77
+ python test\functional\test_runner.py --ansi --ci --quiet --combinedlogslen=4000 --failfast --exclude feature_fee_estimation
You can’t perform that action at this time.
0 commit comments