Skip to content

Commit

Permalink
Clean-up / remove the Makefile as it is not needed and confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Oct 2, 2023
1 parent 636d692 commit 049dd90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

- name: Install dependencies
run: |
make install
pip --upgrade pip
pip install .[all]
- name: Install dcm2niix posix
if: runner.os != 'Windows'
Expand All @@ -46,4 +47,4 @@ jobs:
- name: Tests with pytest
run: |
make test
pytest tests
11 changes: 0 additions & 11 deletions Makefile

This file was deleted.

0 comments on commit 049dd90

Please sign in to comment.