Skip to content

Commit d5c5b19

Browse files
committed
Install pytest
1 parent 64feace commit d5c5b19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: dotnet restore src
2323
- name: Install test dependencies
2424
run: dotnet restore test
25+
- name: Install pytest runner
26+
run: pip install pytest
2527
- name: Install build dependencies
2628
run: dotnet restore Build.fsproj
2729
#- name: Check formatting

0 commit comments

Comments
 (0)