We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c46bf3 commit 1ba65b7Copy full SHA for 1ba65b7
.github/workflows/lint.yml
@@ -30,7 +30,7 @@ jobs:
30
echo '::group::Setup environment'
31
CONDA_PATH=$(which conda)
32
eval "$(${CONDA_PATH} shell.bash hook)"
33
- conda create --name ci --quiet --yes python=3.9 pip
+ conda create --name ci --quiet --yes python=3.8 pip
34
conda activate ci
35
echo '::endgroup::'
36
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
- conda create --name ci --quiet --yes -c conda-forge python=3.9 ncurses=5 libgcc
+ conda create --name ci --quiet --yes -c conda-forge python=3.8 ncurses=5 libgcc
62
63
export LD_LIBRARY_PATH="${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}"
64
0 commit comments