Skip to content

Commit

Permalink
FIX: Docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 5, 2024
1 parent 8498b6a commit 45c715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker_Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- run: docker-compose build worker
- run: docker compose build worker
- name: System info
run: docker run mne-tools/mne-nirs python -c "import mne; mne.sys_info()"
- name: MNE-NIRS info
Expand Down

0 comments on commit 45c715a

Please sign in to comment.