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 341aa97 commit 67c182dCopy full SHA for 67c182d
.github/workflows/build.yaml
@@ -36,21 +36,3 @@ jobs:
36
- name: Lint
37
run: |
38
make lint
39
-
40
- test:
41
- runs-on: ubuntu-22.04
42
- strategy:
43
- matrix:
44
- python-version: [3.7, 3.8, 3.9, "3.10"]
45
- steps:
46
- - uses: actions/checkout@v3
47
- - name: Set up Python ${{ matrix.python-version }}
48
- uses: actions/setup-python@v4
49
- with:
50
- python-version: ${{ matrix.python-version }}
51
- - name: Install dependencies
52
- run: |
53
- make install-dev
54
- - name: Run tests
55
56
- make tests
0 commit comments