Skip to content

Commit fa296a9

Browse files
committed
chore: github workflow build and install test
1 parent 791458e commit fa296a9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: install and build
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
build:
8+
uses: "RWTH-EBC/ci_templates/.github/workflows/build.yml@main"
9+
with:
10+
python-version: "3.10"
11+
use-uv: false
12+
install-requirements: true
13+
extra-requirements: ""

0 commit comments

Comments
 (0)