We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64feace commit d5c5b19Copy full SHA for d5c5b19
.github/workflows/build-and-test.yml
@@ -22,6 +22,8 @@ jobs:
22
run: dotnet restore src
23
- name: Install test dependencies
24
run: dotnet restore test
25
+ - name: Install pytest runner
26
+ run: pip install pytest
27
- name: Install build dependencies
28
run: dotnet restore Build.fsproj
29
#- name: Check formatting
0 commit comments