Skip to content

Commit 42565ad

Browse files
author
Ric Janus Sapasap
committed
Downgrade py3.9
1 parent dfd8c10 commit 42565ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Run tests
22

33
on:
44
pull_request:
5+
workflow_dispatch:
56

67
jobs:
78
test:
@@ -10,7 +11,7 @@ jobs:
1011
- uses: actions/checkout@v4
1112
- uses: actions/setup-python@v5
1213
with:
13-
python-version: "3.11"
14+
python-version: "3.9"
1415
- name: Install system deps
1516
run: sudo apt-get update && sudo apt-get install -y xmlsec1
1617
- name: Install tox

0 commit comments

Comments
 (0)