Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for GHA CI #604

Merged
merged 2 commits into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.