Skip to content

Commit 2502532

Browse files
Add setuptools to combat Gym/distutils failure
1 parent 1ce16dc commit 2502532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-from-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install numpy
25+
pip install setuptools numpy
2626
- name: Install from PyPI
2727
run: |
2828
pip install mdp-playground

0 commit comments

Comments
 (0)