Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
approxit committed Oct 30, 2023
1 parent aa6220a commit 536cef9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
PYTHONUNBUFFERED: 1
run: pipx run poetry run ray up golem-cluster-dev.yaml -y

- name: Run examples/calculate.pi
run: pipx run poetry run ray submit golem-cluster-dev.yaml examples/calculate_pi.py

- name: Call `ray down`
run: pipx run poetry run ray down golem-cluster-dev.yaml -y

Expand Down

0 comments on commit 536cef9

Please sign in to comment.