Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Apr 29, 2024
1 parent 32327d7 commit 298f686
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ name: Test workflows based on torch
on: [push]

jobs:

my_job1:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install micromamba
shell: bash -l {0}
run: ls -la ${{ github.workspace }}

my_job:
runs-on: ubuntu-latest
container:
Expand Down
1 change: 1 addition & 0 deletions tests/use-cases/test_mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def mnist_torch_inference_files(
Defaults to '.'.
"""
sys.path = [os.getcwd()] + sys.path
raise ValueError(sys.path)
from dataloader import InferenceMNIST
sample = os.path.join(root, samples_path)
InferenceMNIST.generate_jpg_sample(sample, 10)
Expand Down

0 comments on commit 298f686

Please sign in to comment.