Skip to content

Commit

Permalink
try pinning setuptools, see if that broke things
Browse files Browse the repository at this point in the history
  • Loading branch information
swheaton committed Feb 12, 2024
1 parent e7110e0 commit 2d9109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3
- name: Install dependencies
run: |
pip install --upgrade pip setuptools wheel twine
pip install --upgrade pip setuptools==v69.0.3 wheel twine
- name: Install ETA
run: |
pip install --no-deps -e .
Expand Down

0 comments on commit 2d9109c

Please sign in to comment.