Skip to content

Commit

Permalink
install setuptools explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Oct 16, 2024
1 parent 81cf41b commit aa2d82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install toml
python -m pip install pyctdev
python -m pip install setuptools # for pyctdev on py3.12
doit ecosystem_setup
- name: doit develop_install
run: doit develop_install -o tests
Expand Down

0 comments on commit aa2d82a

Please sign in to comment.