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 7bdd85e commit 22d293cCopy full SHA for 22d293c
.github/workflows/pipeline.yml
@@ -3,7 +3,7 @@ on: [pull_request, workflow_dispatch]
3
jobs:
4
build:
5
name: Build
6
- runs-on: windows-latest
+ runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-python@v5
@@ -35,7 +35,7 @@ jobs:
35
test:
36
name: Test
37
needs: [build]
38
39
40
41
@@ -63,7 +63,7 @@ jobs:
63
lint:
64
name: Lint
65
66
67
68
69
0 commit comments