Skip to content

Commit

Permalink
💚 Fix GHA file
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Nov 4, 2022
1 parent dfe0bf9 commit a28b4ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
python -m pip install --upgrade pip
- name: Install dependencies != 3.11
if: ${{ matrix.python-version < '3.11' }}
run: |
pip install .[testing,ray]
- name: Install dependencies >= 3.11
if: ${{ matrix.python-version >= '3.11' }}
run: |
pip install .[testing]
- name: Test with pytest
run: |
Expand Down

0 comments on commit a28b4ea

Please sign in to comment.