Skip to content

Commit

Permalink
Fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Jul 29, 2023
1 parent fe9db83 commit a8885b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}

- name: Install Package via pip
if: ( ( matrix.installation-option == 'stable-baselines' || matrix.installation-option == 'basic' ) && matrix.python-version == '3.7' ) ||
if: ( ( ( matrix.installation-option == 'stable-baselines' || matrix.installation-option == 'basic' ) && matrix.python-version == '3.7' ) ||
( matrix.installation-option != 'stable-baselines' && matrix.python-version != '3.7' ) )
run: |
if [ "${{ matrix.installation-option }}" == "basic" ]; then
Expand Down

0 comments on commit a8885b3

Please sign in to comment.