Skip to content

Commit

Permalink
Always use latest pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tina-otoge committed Apr 27, 2024
1 parent 6212b10 commit e66fb39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
cache: pip

- name: Install package
run: pip install -e .
run: |
pip install -U pip
pip install -e .
- name: Check Python version
run: python -V
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v5
with:
cache: pip

- name: Build
env:
Expand Down

0 comments on commit e66fb39

Please sign in to comment.