mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-26 09:24:20 +01:00
ci: Reduce the noise of initializing virtualenvs
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user