Skip to content

Commit

Permalink
Specify robotframework in devel.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 3, 2023
1 parent 0eb0fd0 commit 841bc12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:
ldapsearch -x -LLL -H ldap://$LDAP_ADDRESS:389 -b dc=example,dc=com objectClass=person
# Now install RobotFramework so we can drive the browser automatically
pip install robotframework robotframework-seleniumlibrary
if [ -z `which firefox` ]; then
sudo apt-get install firefox
fi
Expand Down
2 changes: 2 additions & 0 deletions devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ pylint-django
textdistance
twine
readme_renderer[md]
robotframework
robotframework-seleniumlibrary
wheel

0 comments on commit 841bc12

Please sign in to comment.