Skip to content

Commit

Permalink
Merge pull request #515 from SpiNNakerManchester/fix_jenkins
Browse files Browse the repository at this point in the history
Changes that hopefully fix Jenkins run
  • Loading branch information
Christian-B committed Dec 7, 2020
2 parents dce0954 + 9489fe6 commit 28ad1c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Expand Up @@ -43,9 +43,8 @@ pipeline {
steps {
// remove all directories left if Jenkins ended badly
sh 'git clone https://github.com/SpiNNakerManchester/SupportScripts.git support'
sh 'pip3 install --upgrade "setuptools < 50.0.0" wheel'
sh 'pip3 install --upgrade setuptools wheel'
sh 'pip install --user --upgrade pip'
sh 'pip install --user --only-binary=numpy,scipy,matplotlib numpy scipy matplotlib'
// SpiNNakerManchester internal dependencies; development mode
sh 'support/gitclone.sh https://github.com/SpiNNakerManchester/SpiNNUtils.git'
sh 'support/gitclone.sh https://github.com/SpiNNakerManchester/SpiNNMachine.git'
Expand Down
3 changes: 1 addition & 2 deletions Jenkinsfile.cron
Expand Up @@ -45,9 +45,8 @@ pipeline {
sh 'echo "Branch is $TRAVIS_BRANCH"'
// remove all directories left if Jenkins ended badly
sh 'git clone https://github.com/SpiNNakerManchester/SupportScripts.git support'
sh 'pip3 install --upgrade "setuptools < 50.0.0" wheel'
sh 'pip3 install --upgrade setuptools wheel'
sh 'pip install --user --upgrade pip'
sh 'pip install --user --only-binary=numpy,scipy,matplotlib numpy scipy matplotlib'
// SpiNNakerManchester internal dependencies; development mode
sh 'support/gitclone.sh https://github.com/SpiNNakerManchester/SpiNNUtils.git'
sh 'support/gitclone.sh https://github.com/SpiNNakerManchester/SpiNNMachine.git'
Expand Down

0 comments on commit 28ad1c1

Please sign in to comment.