Skip to content

Commit

Permalink
add pip pin back in
Browse files Browse the repository at this point in the history
  • Loading branch information
swheaton committed Feb 12, 2024
1 parent c8d2ff2 commit e11872b
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<24.0 setuptools wheel twine
- name: Install ETA
run: |
pip install --no-deps -e .
Expand Down

0 comments on commit e11872b

Please sign in to comment.