Skip to content

Commit

Permalink
Sandbox: Fix dependencies by downgrading pip and setuptools
Browse files Browse the repository at this point in the history
ModuleNotFoundError: No module named 'pkg_resources.extern'
  • Loading branch information
amotl committed Oct 2, 2024
1 parent f5f32e8 commit 2c6698c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- name: Set up project
run: |
# Adjust baseline dependencies.
pip install --use-pep517 --prefer-binary --upgrade --requirement=requirements-dev.txt
# Install package in editable mode.
pip install --use-pep517 --prefer-binary --editable=.[develop]
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pip<23
setuptools<70

0 comments on commit 2c6698c

Please sign in to comment.