Skip to content

Commit

Permalink
build: remove python version on DEB build
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Dec 3, 2024
1 parent 7a88584 commit 67396ef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ jobs:
- test
- build-sdist
steps:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Get cASO repo
uses: actions/checkout@v3
with:
Expand All @@ -93,7 +88,7 @@ jobs:
run: cp -r packaging/debian debian

- name: Install Debian deps
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
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

- name: Install dependencies
run: |
Expand Down

0 comments on commit 67396ef

Please # to comment.