Skip to content

Commit

Permalink
chore: remove the 1.8.0a1 mentions (#5297)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Feb 4, 2021
1 parent 6ae2e57 commit 9841f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/ci.md
Expand Up @@ -21,7 +21,7 @@ configurations for common CI providers.
$ npm install
```
```sh python
$ pip install playwright==1.8.0a1
$ pip install playwright
$ playwright install
```

Expand Down Expand Up @@ -56,7 +56,7 @@ steps:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install playwright==1.8.0a1
pip install playwright
pip install -e .
- name: Ensure browsers are installed
run: python -m playwright install
Expand Down
2 changes: 1 addition & 1 deletion docs/src/languages.md
Expand Up @@ -23,7 +23,7 @@ npm i -D playwright
[Playwright for Python](https://playwright.dev/python/docs/intro/) is available.

```
pip install playwright==1.8.0a1
pip install playwright
```
* [Documentation](https://playwright.dev/python/docs/intro/)
* [API](https://playwright.dev/python/docs/api/class-playwright)
Expand Down

0 comments on commit 9841f6d

Please sign in to comment.