We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce16dc commit 2502532Copy full SHA for 2502532
.github/workflows/install-from-pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install numpy
+ pip install setuptools numpy
26
- name: Install from PyPI
27
28
pip install mdp-playground
0 commit comments