Skip to content

Commit

Permalink
Remove pip installation step from CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Dec 30, 2024
1 parent 8507fbb commit 489253f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ jobs:
**/*requirements.txt
tox.ini
- name: Install pip
run: python -m pip install --upgrade --disable-pip-version-check "pip>=21.1"

- run: make setup-ci

- run: make test

0 comments on commit 489253f

Please sign in to comment.