Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rgerum/saenopy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Nov 28, 2024
2 parents fcb2203 + 9605c93 commit 780a1dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pyvista/setup-headless-display-action@v2
- uses: actions/checkout@v4
- uses: pyvista/setup-headless-display-action@v3
with:
qt: true
pyvista: false
- run: pipx install poetry
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: 'poetry'
- run: poetry install --with dev
- run: |
Expand Down

0 comments on commit 780a1dc

Please sign in to comment.