Skip to content

Commit

Permalink
Change to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
AlainKadar committed Jun 18, 2024
1 parent ce27003 commit 1cd97b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install package
shell: bash -l {0} # conda stetup requires this special shell
run: |
python setup.py install
pip install --no-deps
- name: Run tests
shell: bash -l {0} # conda setup requires this special shell
run: |
Expand Down

0 comments on commit 1cd97b1

Please sign in to comment.