Skip to content

Commit

Permalink
try to pull images first
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Mar 22, 2024
1 parent 008d448 commit 45aafee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,10 @@ jobs:
name: Download behavior dataset from S3
run: aws s3 cp --recursive ${{ secrets.S3_GIN_BUCKET }}/behavior_testing_data ./behavior_testing_data

- name: Pull docker image
run: |
docker pull ghcr.io/catalystneuro/neuroconv:latest
docker pull ghcr.io/catalystneuro/neuroconv:yaml_variable
- name: Run docker tests
run: pytest tests/docker_yaml_conversion_specification_cli.py -vv -rsx

0 comments on commit 45aafee

Please sign in to comment.