Skip to content

Commit

Permalink
manually install ray
Browse files Browse the repository at this point in the history
  • Loading branch information
jernejfrank committed Feb 1, 2025
1 parent bac8e28 commit c666cba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install ray
run: |
python -m pip install -U "ray"
- name: Install dependencies
run: |
pip install -e ".[documentation]"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install ray
run: |
python -m pip install -U "ray"
- name: Install dependencies
run: |
python -m pip install -e ".[tests]"
Expand Down

0 comments on commit c666cba

Please # to comment.