Skip to content

Commit

Permalink
Update version in readme (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 10, 2023
1 parent 29ca670 commit be3f590
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Setup a headless display on Linux and Windows (not needed on MacOS)

```yml
- name: Setup headless display
uses: pyvista/setup-headless-display-action@v1
uses: pyvista/setup-headless-display-action@v2
```
## 🚀 Usage
Expand All @@ -29,15 +29,15 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Setup headless display
uses: pyvista/setup-headless-display-action@v1
uses: pyvista/setup-headless-display-action@v2
```
### Options
- `qt` (default `false`): set to `true` to install libraries required for Qt
on Linux, e.g.:
```yml
- uses: pyvista/setup-headless-display-action@v1
- uses: pyvista/setup-headless-display-action@v2
with:
qt: true
```
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup headless display
uses: pyvista/setup-headless-display-action@v1
uses: pyvista/setup-headless-display-action@v2
- name: Setup Python
uses: actions/setup-python@v1
Expand Down

0 comments on commit be3f590

Please sign in to comment.