Skip to content

Commit

Permalink
CI: fix unittests task by pinning old Cython
Browse files Browse the repository at this point in the history
for rocksdb, see prev commit
  • Loading branch information
SomberNight committed Oct 20, 2023
1 parent ab6ef80 commit 8f809f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ unittests_task:
- pip install pytest-cov
- pip install coveralls
- pip install Sphinx
# deps for e-x itself
- pip install -r requirements.txt
- pip install "python-rocksdb>=0.6.9"
# e-x itself
- pip install 'Cython<3.0' # for rocksdb
- pip install ".[rocksdb]"
# hashes and other altcoin-specific stuff
- pip install tribushashm
- pip install blake256
Expand Down

0 comments on commit 8f809f9

Please sign in to comment.