Skip to content

Commit 67396ef

Browse files
committed
build: remove python version on DEB build
1 parent 7a88584 commit 67396ef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ jobs:
7979
- test
8080
- build-sdist
8181
steps:
82-
- name: Set up Python 3.12
83-
uses: actions/setup-python@v5
84-
with:
85-
python-version: 3.12
86-
8782
- name: Get cASO repo
8883
uses: actions/checkout@v3
8984
with:
@@ -93,7 +88,7 @@ jobs:
9388
run: cp -r packaging/debian debian
9489

9590
- name: Install Debian deps
96-
run: sudo apt-get install -y dpkg-dev debhelper devscripts lintian python3-pip tox dh-python python3-all python3-all-dev python3-pbr pybuild-plugin-pyproject python3-poetry
91+
run: sudo apt-get install -y dpkg-dev debhelper devscripts lintian python3-pip tox dh-python python3-all python3-all-dev python3-pbr pybuild-plugin-pyproject
9792

9893
- name: Install dependencies
9994
run: |

0 commit comments

Comments
 (0)