mirror of
https://github.com/basicswap/basicswap.git
synced 2026-04-19 14:38:43 +02:00
ci: install from requirements.txt in cirrus
This commit is contained in:
@@ -48,14 +48,10 @@ jobs:
|
||||
sudo apt-get install -y firefox gnupg
|
||||
fi
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e .[dev]
|
||||
pip install -r requirements.txt --require-hashes
|
||||
pip install .[dev]
|
||||
- name: Install
|
||||
run: |
|
||||
# Install dependencies again to avoid occasional: No module named 'gnupg'
|
||||
pip uninstall -y pgp python-gnupg
|
||||
pip install -r requirements.txt --require-hashes
|
||||
pip install .
|
||||
# Print the core versions to a file for caching
|
||||
basicswap-prepare --version --withcoins=bitcoin | tail -n +2 > core_versions.txt
|
||||
cat core_versions.txt
|
||||
|
||||
Reference in New Issue
Block a user