Skip to content

Commit 5e217ee

Browse files
committed
set python version in .github/workflows/install_examples.yml
1 parent 7abb6e9 commit 5e217ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
--channel conda-forge \
1919
--strict-channel-priority \
2020
--quiet --yes \
21-
pip setuptools setuptools-scm \
21+
python=3.11 pip \
2222
numpy matplotlib scipy \
2323
slycot pmw jupyter
2424

0 commit comments

Comments
 (0)