Skip to content

Commit

Permalink
Remove extras install from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghuSpaceRajan committed May 2, 2024
1 parent a0b10c6 commit f474835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov setuptools numpy
pip install -e .[extras]
pip install -e .
pip install ray[rllib,debug]
pip install tensorflow
- name: Lint with flake8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-from-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install numpy
- name: Install from PyPI
run: |
pip install mdp-playground[extras]
pip install mdp-playground
- name: Basic functionality test
run: |
run-mdpp-experiments --help

0 comments on commit f474835

Please sign in to comment.