Skip to content

Commit

Permalink
Force setuptools install (not being installed from pyproject.toml)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroat committed Oct 15, 2024
1 parent 6513d55 commit f83028f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python-version: "3.12"
- name: Install dev dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
python -m pip install -r requirements_dev.txt
- name: Package
run: |
Expand Down

0 comments on commit f83028f

Please sign in to comment.