[ci] Update script to fetch Nightly version for examples run #2040
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
pip install -i https://test.pypi.org/simple/ selenium
. It installed 4.22 onlyMotivation and Context
Types of changes
Checklist
PR Type
enhancement, other
Description
Changes walkthrough 📝
latest-nightly-version.py
Add Python script for fetching latest nightly version
scripts/latest-nightly-version.py
package.
latest-python-nightly-version.py
Fetch latest nightly Python version from TestPyPI
scripts/latest-python-nightly-version.py
package from TestPyPI.
requirements.txt
Add requests library to requirements
scripts/requirements.txt
requests
library as a dependency.dotnet-examples.yml
Update dotnet workflow to use Python script
.github/workflows/dotnet-examples.yml
js-examples.yml
Update JS workflow to use Python script
.github/workflows/js-examples.yml
python-examples.yml
Update Python workflow for nightly version fetching
.github/workflows/python-examples.yml
ruby-examples.yml
Update Ruby workflow to use Python script
.github/workflows/ruby-examples.yml
java-examples.yml
Update Java version in workflow
.github/workflows/java-examples.yml