Skip to content

Commit f58b19b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/install_examples.yml

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

2525
- name: Install from source

0 commit comments

Comments
 (0)