Skip to content

Commit

Permalink
order of upgrading pip
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 3b560b4 commit b1f8241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ 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 pip
python -m pip install --upgrade setuptools
conda list
- name: Run Tests
Expand Down

0 comments on commit b1f8241

Please sign in to comment.