Skip to content

Commit

Permalink
Add setuptools for 3.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed Apr 15, 2024
1 parent 614361e commit f8a6c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install ".[dev, lint]"
python -m pip install tox pre-commit
pre-commit install
Expand Down

0 comments on commit f8a6c32

Please sign in to comment.