We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7de02 commit 4e0f983Copy full SHA for 4e0f983
.github/workflows/packaging.yml
@@ -36,6 +36,11 @@ jobs:
36
needs:
37
- test
38
steps:
39
+ - name: Set up Python 3.12
40
+ uses: actions/setup-python@v5
41
+ with:
42
+ python-version: 3.12
43
+
44
- name: Get cASO repo
45
uses: actions/checkout@v3
46
with:
@@ -129,6 +134,11 @@ jobs:
129
134
- build-sdist
130
135
131
136
137
138
139
140
141
132
142
133
143
144
packaging/debian/rules
@@ -5,3 +5,6 @@ export PYBUILD_NAME=caso
5
6
%:
7
dh $@ --with python3 --buildsystem=pybuild
8
9
+override_dh_auto_test:
10
+ tox -eflake8,bandit
0 commit comments