Skip to content

Commit

Permalink
ci: just debugging, does an explicit setuptools install help?
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Dec 11, 2024
1 parent a72ecc1 commit 4fe6842
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.10
- run: pip freeze
- run: pip install "setuptools>=61.2"
- run: pip freeze
- name: Install
run: |
pip3 install .[dev]
Expand Down

0 comments on commit 4fe6842

Please sign in to comment.