Skip to content

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed May 23, 2024
1 parent a45eaa2 commit 2da6e85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/aste_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
uses: precice/setup-precice-action@main
with:
precice-version: develop
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: actions/checkout@v4
- name: install VTK
run: |
Expand Down

0 comments on commit 2da6e85

Please sign in to comment.