Skip to content

Commit

Permalink
Merge pull request #180 from jupyter/blink1073-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Apr 15, 2023
2 parents 90ff2ce + 460f19b commit dbe172f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Install dependencies
run: |
python -m pip install -U codecov
pip install -e ".[test]"
- name: Run the tests
if: ${{ !startsWith(matrix.python-version, 'pypy') && !startsWith(matrix.os, 'windows') }}
Expand All @@ -41,9 +40,6 @@ jobs:
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
run: |
python -m pytest -vv || python -m pytest -vv --lf
- name: Coverage
run: |
codecov
pre-commit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dbe172f

Please sign in to comment.