We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-latest
1 parent 3fb7d73 commit 458fa88Copy full SHA for 458fa88
1 file changed
.github/workflows/main.yml
@@ -2,7 +2,7 @@
2
name: Tests
3
4
on:
5
- pull_request: ~
+ pull_request:
6
push:
7
branches: [ main ]
8
@@ -22,9 +22,9 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- os: ["ubuntu-20.04"]
+ os: ["ubuntu-latest"]
26
python-version: [
27
- "3.6",
+ "3.8",
28
"3.13",
29
]
30
@@ -52,11 +52,6 @@ jobs:
52
run: |
53
make install-develop
54
55
- - name: Run linter
56
- if: matrix.python-version != '3.6'
57
- run: |
58
- make lint
59
-
60
- name: Run tests
61
62
make test-ci
0 commit comments