Skip to content

Conversation

@kevin-bates
Copy link

No description provided.

@kevin-bates kevin-bates force-pushed the pytest branch 3 times, most recently from 5efbabe to cbb9cb9 Compare December 6, 2019 20:37
run: |
pip install -e .[test]
# FIXME: Use patch for python 3.8, windows issues (https://github.com/ipython/ipykernel/pull/456) - remove once released
IF [ $PY_VERSION == "3.8" ] then; pip install --upgrade git+https://github.com/ipython/ipykernel.git; fi
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
IF [ $PY_VERSION == "3.8" ] then; pip install --upgrade git+https://github.com/ipython/ipykernel.git; fi
if [ $PY_VERSION == "3.8" ] then; pip install --upgrade git+https://github.com/ipython/ipykernel.git; fi

@kevin-bates kevin-bates force-pushed the pytest branch 7 times, most recently from 033b34c to be15626 Compare December 6, 2019 21:06
@Zsailer Zsailer merged commit 21d4a1e into Zsailer:pytest Dec 6, 2019
@kevin-bates kevin-bates deleted the pytest branch February 6, 2020 18:56
Zsailer added a commit that referenced this pull request Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants