File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,8 @@ channels:
6
6
- conda-forge
7
7
8
8
dependencies :
9
- # Define conda-forge packages here -> https://anaconda.org/search
10
- # When available, prefer the conda-forge packages over pip as installations are more efficient.
11
- - python=3.9.16 # https://pyreadiness.org/3.9/
12
- - pip=22.1.2 # https://pip.pypa.io/en/stable/news/
9
+ - python=3.10.12 # https://pyreadiness.org/3.10
10
+ - pip=23.2.1 # https://pip.pypa.io/en/stable/news
11
+ - truststore=0.7.0 # https://github.com/sethmlarson/truststore/blob/main/CHANGELOG.md
13
12
- pip :
14
- # Define pip packages here -> https://pypi.org/
15
- - rpaframework==24.1.2 # https://rpaframework.org/releasenotes.html
13
+ - rpaframework==27.1.0 # https://rpaframework.org/releasenotes.html
Original file line number Diff line number Diff line change 16
16
Report Result With Trace :
17
17
shell : python -m robot -d output -L TRACE --report NONE --logtitle "Reporter log" --task "Report Result" reporter.robot
18
18
19
- condaConfigFile : conda.yaml
20
-
21
19
environmentConfigs :
22
20
- environment_windows_amd64_freeze.yaml
23
21
- environment_linux_amd64_freeze.yaml
You can’t perform that action at this time.
0 commit comments