Skip to content

Commit 1ba65b7

Browse files
committed
Update
[ghstack-poisoned]
1 parent 3c46bf3 commit 1ba65b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo '::group::Setup environment'
3131
CONDA_PATH=$(which conda)
3232
eval "$(${CONDA_PATH} shell.bash hook)"
33-
conda create --name ci --quiet --yes python=3.9 pip
33+
conda create --name ci --quiet --yes python=3.8 pip
3434
conda activate ci
3535
echo '::endgroup::'
3636
@@ -58,7 +58,7 @@ jobs:
5858
echo '::group::Setup environment'
5959
CONDA_PATH=$(which conda)
6060
eval "$(${CONDA_PATH} shell.bash hook)"
61-
conda create --name ci --quiet --yes -c conda-forge python=3.9 ncurses=5 libgcc
61+
conda create --name ci --quiet --yes -c conda-forge python=3.8 ncurses=5 libgcc
6262
conda activate ci
6363
export LD_LIBRARY_PATH="${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}"
6464
echo '::endgroup::'

0 commit comments

Comments
 (0)