Skip to content

Commit

Permalink
Testing: Install Spyder-kernels from master in env used to test conda…
Browse files Browse the repository at this point in the history
… activation
  • Loading branch information
ccordoba12 committed Dec 21, 2022
1 parent 2437653 commit d0ff9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ mamba create -n jedi-test-env -q -y python=3.9 flask spyder-kernels
mamba list -n jedi-test-env

# Create environment to test conda activation before launching a spyder kernel
mamba create -n spytest-ž -q -y python=3.9 spyder-kernels
mamba create -n spytest-ž -q -y python=3.9
mamba run -n spytest-ž python -m pip install git+https://github.com/spyder-ide/spyder-kernels.git@master
mamba list -n spytest-ž

# Install pyenv in Posix systems
Expand Down

0 comments on commit d0ff9de

Please sign in to comment.