Skip to content

Commit

Permalink
Test custom CML runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Nov 8, 2023
1 parent 1064c34 commit 56fb64c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
build:

runs-on: self-hosted
container:
image: nvidia/cuda:12.2.2-devel-ubuntu22.04
# container:
# image: nvidia/cuda:12.2.2-devel-ubuntu22.04
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -45,6 +45,6 @@ jobs:

- name: Test with pytest through poetry
run: |
poetry run pytest tests/model_tests
poetry run pytest

0 comments on commit 56fb64c

Please sign in to comment.