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 7a88584 commit 67396efCopy full SHA for 67396ef
.github/workflows/packaging.yml
@@ -79,11 +79,6 @@ jobs:
79
- test
80
- build-sdist
81
steps:
82
- - name: Set up Python 3.12
83
- uses: actions/setup-python@v5
84
- with:
85
- python-version: 3.12
86
-
87
- name: Get cASO repo
88
uses: actions/checkout@v3
89
with:
@@ -93,7 +88,7 @@ jobs:
93
run: cp -r packaging/debian debian
94
95
90
- 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
97
92
98
- name: Install dependencies
99
run: |
0 commit comments