Skip to content

Commit

Permalink
removing extra pip :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpulidos committed Sep 28, 2023
1 parent 6e78834 commit e9dff99
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 @@ -77,7 +77,7 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install --no-deps -v .
python -m pip pip install --no-cache-dir --pre -i https://pypi.anaconda.org/OpenEye/channel/beta/simple OpenEye-toolkits
python -m pip install --no-cache-dir --pre -i https://pypi.anaconda.org/OpenEye/channel/beta/simple OpenEye-toolkits
- name: Environment Information
shell: bash -l {0}
Expand Down

0 comments on commit e9dff99

Please sign in to comment.