ci: Reduce the noise of initializing virtualenvs

This commit is contained in:
Christian Decker
2022-01-04 17:44:45 +01:00
parent 22923724a9
commit 3c2ac14ad8
2 changed files with 11 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Download runtime dependencies
run: |
export BITCOIND_VERSION="0.20.1"
export BITCOIND_VERSION="0.21.0"
wget https://storage.googleapis.com/c-lightning-tests/bitcoin-${BITCOIND_VERSION}-x86_64-linux-gnu.tar.bz2
tar -xjf bitcoin-${BITCOIND_VERSION}-x86_64-linux-gnu.tar.bz2
sudo mv bitcoin-${BITCOIND_VERSION}/bin/* /usr/local/bin
@@ -78,7 +78,7 @@ jobs:
export SLOW_MACHINE=1
export TEST_DEBUG=1
export TRAVIS=1
pip3 install -U virtualenv pip
pip3 install -U virtualenv pip > /dev/null
python3 .ci/test.py
- name: Upload Unit Test Results
if: always()