Skip to content

Commit

Permalink
no dependency on 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 df16e8c commit df03196
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,7 +39,7 @@ jobs:
- name: Set up conda environment
shell: bash -l {0}
run: |
python -m pip install -e .
python -m pip install -e . --no-deps
conda list
- name: Run Tests
shell: bash -l {0}
Expand Down

0 comments on commit df03196

Please sign in to comment.