Skip to content

Commit

Permalink
Update test_and_deploy.yml
Browse files Browse the repository at this point in the history
Remove nodefaults channel since it is deprecated (see logs [here](https://github.com/neuroinformatics-unit/movement/actions/runs/13592474237) for example)
  • Loading branch information
sfmig authored Mar 3, 2025
1 parent 822a10f commit e944594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
channels: conda-forge,nodefaults
channels: conda-forge
activate-environment: movement-env
- uses: neuroinformatics-unit/actions/test@v2
with:
Expand Down

0 comments on commit e944594

Please sign in to comment.