Skip to content

Commit

Permalink
need libcurl-dev for pycurl
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 22, 2022
1 parent 76e227b commit 5556d13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
python-version: ${{ matrix.python }}

- name: install
run:
run: |
sudo apt-get -y install libcurl4-gnutls-dev
python3 -m pip install -r requirements-dev.txt
- name: pip freeze
run:
run: |
python3 -m pip freeze
- name: run tests
run:
run: |
pytest -v nbviewer/tests

0 comments on commit 5556d13

Please sign in to comment.