Skip to content

Commit

Permalink
initial imp'l of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
d2f4d131d9eac6cc27e3d6245ab1476b committed Mar 15, 2024
1 parent dfb4260 commit 6b6fac6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/learn-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies = [
"gmsh>=4.11.0",
"PyYAML>=6.0.1",
"scipy>=1.12.0",
"pyvista>=0.43"
"pyvista>=0.43",
# "fenics-dolfinx>=0.8.0.dev0,<0.9.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 6b6fac6

Please sign in to comment.