Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jan 29, 2022
1 parent 9976647 commit 70d95a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Setup headless Display
uses: pyvista/setup-headless-display-action@v0.0.1
uses: pyvista/[email protected]
```
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup headless Display
uses: pyvista/setup-headless-display-action@v0.0.1
uses: pyvista/[email protected]

- name: Setup Python
uses: actions/setup-python@v1
Expand Down

0 comments on commit 70d95a2

Please sign in to comment.