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 1e9659d commit 5a4529fCopy full SHA for 5a4529f
.github/workflows/beeper-ci.yaml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-python@v2
15
+ with:
16
+ python-version: "3.12"
17
- run: pip install poetry
18
- run: poetry install
19
- run: poetry run ruff check --output-format=github .
@@ -21,6 +23,8 @@ jobs:
21
23
22
24
25
26
27
28
29
- run: poetry install --extras all
30
- run: poetry run mypy
@@ -32,6 +36,8 @@ jobs:
32
36
33
37
34
38
39
40
35
41
42
43
- run: poetry run trial -j4 tests
0 commit comments