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 8b4c285 commit 779a190Copy full SHA for 779a190
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: ci
3
on: [push]
4
jobs:
5
compile:
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
python-version: ["3.9", "3.10", "3.11"]
@@ -22,7 +22,7 @@ jobs:
22
- name: Compile
23
run: poetry run mypy .
24
test:
25
26
27
28
@@ -52,7 +52,7 @@ jobs:
52
publish:
53
needs: [compile, test]
54
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
55
56
steps:
57
- name: Checkout repo
58
uses: actions/checkout@v3
0 commit comments