diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 1f4b5680c..19df764ba 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -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}