We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd8c10 commit 42565adCopy full SHA for 42565ad
1 file changed
.github/workflows/tests.yml
@@ -2,6 +2,7 @@ name: Run tests
2
3
on:
4
pull_request:
5
+ workflow_dispatch:
6
7
jobs:
8
test:
@@ -10,7 +11,7 @@ jobs:
10
11
- uses: actions/checkout@v4
12
- uses: actions/setup-python@v5
13
with:
- python-version: "3.11"
14
+ python-version: "3.9"
15
- name: Install system deps
16
run: sudo apt-get update && sudo apt-get install -y xmlsec1
17
- name: Install tox
0 commit comments