Skip to content

Commit

Permalink
removing pip upgrade in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Takaya Uchida authored and Takaya Uchida committed Jul 1, 2024
1 parent fd046c8 commit 3587c64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ jobs:
- name: Set up conda environment
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
python -m pip install -e . --no-deps
python -m ensurepip --upgrade
python -m pip install --upgrade setuptools
conda list
- name: Run Tests
shell: bash -l {0}
Expand Down

0 comments on commit 3587c64

Please sign in to comment.