Skip to content

Commit

Permalink
Don't uninstall setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Sep 11, 2023
1 parent 1b76541 commit ca6eea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-core-traits-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# dependence of the Traits source on setuptools. Note that in future
# setuptools may not exist in a newly-created venv
# https://github.com/python/cpython/issues/95299
python -m pip uninstall -y setuptools
# python -m pip uninstall -y setuptools
python -m pip install .
python -m pip list
- name: Test Traits package
Expand Down

0 comments on commit ca6eea5

Please sign in to comment.