Skip to content

Commit

Permalink
CI: Set kernel version to use in external intrepreter from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Nov 7, 2023
1 parent 706b63b commit c3d322b
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 @@ -79,7 +79,8 @@ conda create -n jedi-test-env -q -y python=3.9 flask
conda list -n jedi-test-env

# Create environment to test conda env activation before launching a kernel
conda create -n spytest-ž -q -y -c conda-forge python=3.9 spyder-kernels
kernelVer="`cat requirements/main.yml | grep spyder-kernels | grep -o '[^>=]*$' | grep -o '^[^,<]*'`"
conda create -n spytest-ž -q -y -c conda-forge python=3.9 spyder-kernels="${kernelVer}"
conda list -n spytest-ž

# Install pyenv on Linux systems
Expand Down

0 comments on commit c3d322b

Please sign in to comment.