Skip to content

Commit

Permalink
fix: changed sif file path
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioseel committed Oct 10, 2024
1 parent e8fd44d commit ff58590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
run: git fetch --all
- name: Run Pylint
run: |
singularity exec ~/singularity_images/retinal-rl_singularity-image-latest.sif \
singularity exec ${{ env.sif_file }} \
pylint $(git diff --name-only origin/master...HEAD -- '*.py')
2 changes: 1 addition & 1 deletion .github/workflows/config_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: Scan classification config
run: |
cp -r resources/config_templates/* config/
singularity exec ~/singularity_images/retinal-rl_singularity-image-latest.sif \
singularity exec ${{ env.sif_file }} \
python main.py -m +experiment=cifar10-class-recon command=scan system.device=cpu

0 comments on commit ff58590

Please sign in to comment.