Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 2a6e44b

Browse files
test change
1 parent 2402560 commit 2a6e44b

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
pyVersion: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
18+
pyVersion: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
@@ -30,16 +30,3 @@ jobs:
3030

3131
- name: Run tests
3232
run: make dev install test
33-
34-
fmt:
35-
runs-on: ubuntu-latest
36-
37-
steps:
38-
- name: Checkout
39-
uses: actions/checkout@v4
40-
41-
- name: Format all files
42-
run: make dev fmt
43-
44-
- name: Fail on differences
45-
run: git diff --exit-code

0 commit comments

Comments
 (0)