Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Jun 3, 2023
1 parent 9e5bf6f commit 6d73e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
python-version: ${{matrix.python-version}}
- run: python3 -m pip install wheel==0.38.4
- run: python3 -m pip install .[tests]
- if: ${{ matrix.extra != "" }}
- if: ${{ matrix.extra != '' }}
run: python3 -m pip install .[${{matrix.extra}}]
- if: ${{ matrix.extra == "stable-baselines" }}
- if: ${{ matrix.extra == 'stable-baselines' }}
run: python3 -m pip install tensorflow==1.14.0
- run: git clone https://github.com/diambra/agents.git agents
- run: pytest agents/tests/${{matrix.script}}

0 comments on commit 6d73e27

Please sign in to comment.