Skip to content

Commit

Permalink
update core travis script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Fairchild committed Dec 12, 2023
1 parent ce1434a commit c27801d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ install:
- pip list
# install singularity for container models
- conda install -yc conda-forge singularity
import: brain-score/core:tools/script.yml@main
import: brain-score/core:tools/submission_failure.yml@main
import: brain-score/core:brainscore_core/travis/script.yml@main
import: brain-score/core:brainscore_core/travis/submission_failure.yml@main


jobs:
Expand All @@ -39,4 +39,4 @@ jobs:
python: '3.9'
install: python -m pip install -e ".[test]"
if: type = pull_request
import: brain-score/core:tools/automerge_check.yml@main
import: brain-score/core:brainscore_core/travis/automerge_check.yml@main

0 comments on commit c27801d

Please sign in to comment.