Skip to content

Commit aae2cae

Browse files
author
Codemation
committed
Added missing requirements setup tools
1 parent c6ab453 commit aae2cae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: [3.11.14, 3.12.12, 3.13.12]
12+
python-version: [3.11.14]
1313
steps:
1414
# Downloads a copy of the code in your repository before running CI tests
1515
- name: Check out repository code
@@ -20,7 +20,7 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install Packaging dependencies
2222
run: |
23-
pip install wheel twine
23+
pip install wheel twine setuptools
2424
2525
- name: Package & Test PyPI Installation
2626
run: |

0 commit comments

Comments
 (0)