mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
wheels are at top level with pip wheel
This commit is contained in:
2
.github/workflows/docs_docker-run.yml
vendored
2
.github/workflows/docs_docker-run.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
echo "$(git rev-parse HEAD)" > dev/gitrevision.txt
|
||||
source activate docs
|
||||
pip -vv wheel .
|
||||
pip install -vvv --force-reinstall --ignore-installed --upgrade --no-index `ls dist/*.whl`
|
||||
pip install -vvv --force-reinstall --ignore-installed --upgrade --no-index `ls *.whl`
|
||||
|
||||
- name: Test the installed CoolProp version
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user