We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abb6e9 commit f58b19bCopy full SHA for f58b19b
1 file changed
.github/workflows/install_examples.yml
@@ -18,8 +18,8 @@ jobs:
18
--channel conda-forge \
19
--strict-channel-priority \
20
--quiet --yes \
21
- pip setuptools setuptools-scm \
22
- numpy matplotlib scipy \
+ python=3.11 pip \
+ numpy matplotlib scipy \
23
slycot pmw jupyter
24
25
- name: Install from source
0 commit comments