-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refined calc test, renamed tests and keywords
- Loading branch information
Simon Meggle
committed
Dec 8, 2023
1 parent
11bed27
commit 16ecd5d
Showing
4 changed files
with
28 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,14 @@ | ||
# For more details on the format and content: | ||
# https://github.com/robocorp/rcc/blob/master/docs/recipes.md#what-is-in-condayaml | ||
# Tip: Adding a link to the release notes of the packages helps maintenance and security. | ||
|
||
channels: | ||
- conda-forge | ||
|
||
dependencies: | ||
- python=3.10.12 # https://pyreadiness.org/3.10 | ||
- pip=23.2.1 # https://pip.pypa.io/en/stable/news | ||
- robocorp-truststore=0.8.0 # https://pypi.org/project/robocorp-truststore/ | ||
- nodejs=18.17.1 # https://github.com/nodejs/node/blob/main/CHANGELOG.md | ||
- python=3.10.12 | ||
- pip=23.2.1 | ||
- robocorp-truststore=0.8.0 | ||
- nodejs=18.17.1 | ||
- pip: | ||
- robotframework-browser==17.5.2 # https://github.com/MarketSquare/robotframework-browser/releases | ||
- rpaframework==27.6.0 # https://rpaframework.org/releasenotes.html | ||
- robotframework-browser==17.5.2 | ||
- rpaframework==27.6.0 | ||
|
||
rccPostInstall: | ||
- rfbrowser init # Initialize Playwright | ||
- rfbrowser init |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters