Skip to content

Commit

Permalink
Temporary revert install --pre
Browse files Browse the repository at this point in the history
Recent ipykernel changed the behavior of comms channels and make CI
fail. Remove --pre until this get fixed.
  • Loading branch information
Carreau committed Mar 10, 2021
1 parent 987f3e1 commit 186fbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade setuptools pip
pip install --upgrade --upgrade-strategy eager --pre -e .[test] pytest-cov codecov 'coverage<5'
pip install --upgrade --upgrade-strategy eager -e .[test] pytest-cov codecov 'coverage<5'
pip freeze
- name: Run the tests
run: py.test --cov jupyter_client -v jupyter_client
Expand Down

0 comments on commit 186fbe1

Please sign in to comment.