Skip to content

Commit

Permalink
Do not reinstall already-installed packages but dace
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun committed May 1, 2020
1 parent 63b0259 commit cfce8eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Expand Up @@ -11,7 +11,8 @@ pipeline {
echo "Installing additional dependencies"
pip3 install --upgrade --user tensorflow-gpu==1.14.0
echo "Installing DaCe"
pip3 install --ignore-installed --upgrade --user ".[testing]" .
pip3 uninstall -y dace
pip3 install --upgrade --user ".[testing]" .
pip3 install --user cmake
pip3 install --user coverage
'''
Expand Down

0 comments on commit cfce8eb

Please sign in to comment.