0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 14:40:05 +00:00

Remove braintree dependency, should no longer be needed to run tests

This commit is contained in:
Pēteris Caune 2023-10-19 15:04:54 +03:00
parent 7900eb55b8
commit 5ebc7696d7
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -42,7 +42,7 @@ jobs:
sudo apt-get install -y libcurl4-openssl-dev libpython3-dev libssl-dev
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install apprise braintree minio mysqlclient
pip install apprise minio mysqlclient
- name: Run Tests
env:
DB: ${{ matrix.db }}