Skip to content

Commit

Permalink
Update tox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc authored Apr 27, 2020
1 parent 64f508a commit 8273e94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
python-version: [3.6, 3.7, 3.8]

steps:
- name: Install secp256k1
run: sudo apt-get install libsecp256k1-0 libsecp256k1-dev
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
Expand Down

0 comments on commit 8273e94

Please sign in to comment.