Skip to content

Commit e1bb1c3

Browse files
committed
ci: modify tests and publishing workflows
1 parent 19eb655 commit e1bb1c3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: "3.10"
20+
python-version: "3.9"
2121

2222
- name: Install poetry and dependencies
2323
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
# python-version: [3.7, 3.8, 3.9]
20-
python-version: [3.7]
21-
os: [ubuntu-latest, macos-latest]
19+
python-version: [3.7, 3.10]
20+
os: [ubuntu-latest]
2221
runs-on: ${{ matrix.os }}
2322
steps:
2423
- name: Check out repository

0 commit comments

Comments
 (0)