Skip to content

Commit 4f188e8

Browse files
committed
Add prerequisite into CI
Signed-off-by: Alex Nelson <[email protected]>
1 parent 10a5e57 commit 4f188e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
uses: actions/setup-python@v2
3030
with:
3131
python-version: ${{ matrix.python-version }}
32+
run: |
33+
pip install setuptools
3234
3335
# Run pre-commit checks for syntax compliance
3436
- name: Pre-Commit Checks

0 commit comments

Comments
 (0)