Skip to content

Commit

Permalink
Merge pull request #143 from skalenetwork/bug/fix-python-nightly
Browse files Browse the repository at this point in the history
install python deps for nightly tests
  • Loading branch information
olehnikolaiev authored Jul 4, 2021
2 parents e6ad0b1 + c00ba5c commit 20ce6ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,20 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.6
- name: Update apt
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test;
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install g++-7 clang-format-6.0 gawk sed shtool \
libffi-dev yasm texinfo flex bison python3.6 libc6-dbg
libffi-dev yasm texinfo flex bison libc6-dbg
sudo snap install valgrind --classic
python -m pip install --upgrade pip
pip install coincurve
- name: Build dependencies
run: |
Expand Down

0 comments on commit 20ce6ea

Please sign in to comment.