Skip to content

Commit

Permalink
fix(ci): source env before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Dec 16, 2024
1 parent aff21c2 commit 327510f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-inference-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
CI_TESTING_PRED_DIR: "/home/ga/io"

- name: Run tests to compare outputs with previous validated runs
run: bash ./tests/run_tests.sh
run: |
eval "$(micromamba shell hook -s posix)"
micromamba activate deepFCD
bash ./tests/run_tests.sh
env:
CI_TESTING_PATIENT_ID: "sub-00055"
CI_TESTING_PRED_DIR: "/home/ga/io"

0 comments on commit 327510f

Please sign in to comment.