Skip to content

Commit

Permalink
Change step order
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFP committed Mar 9, 2024
1 parent a0d34f1 commit 6332a3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ jobs:
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]

steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Setup headless display
uses: pyvista/setup-headless-display-action@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup headless display
uses: pyvista/setup-headless-display-action@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6332a3a

Please sign in to comment.