Skip to content

Commit

Permalink
Merge pull request #604 from vidartf/fix-build
Browse files Browse the repository at this point in the history
Fixes for GHA CI
  • Loading branch information
vidartf committed Sep 30, 2021
2 parents 559d785 + 36ecef6 commit 5f05329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 66 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
- uses: actions/cache@v1
with:
path: ~/.cache/pip
Expand All @@ -22,8 +22,8 @@ jobs:
run: |
sudo apt-get install -y pandoc
python -m pip install --upgrade pip
python -m pip install file://$PWD#egg=ipywidgets
python -m pip install -r ./docs/requirements.txt
python -m pip install .[docs]
python -m pip install -r ./docs/doc-requirements.txt
- name: Build docs
run: |
cd docs
Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
run: |
python -m pip install --upgrade --upgrade-strategy=eager -e ".[test]"
npm test
codecov
env:
CI: true
python:
Expand Down Expand Up @@ -102,7 +103,6 @@ jobs:
run: |
git config --global user.email CI@fake.com
git config --global user.name "CI"
pytest --cov=ipywidgets ipywidgets
pushd $(mktemp -d)
py.test -l --cov-report xml --cov=nbdime --pyargs nbdime
codecov
Expand Down
62 changes: 0 additions & 62 deletions .travis.yml

This file was deleted.

0 comments on commit 5f05329

Please sign in to comment.