Skip to content

Commit

Permalink
add meson ninja in makefile ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzjalen committed Feb 19, 2025
1 parent 107c119 commit 021770f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install meson ninja
pip install -e .
- name: Run Makefile target (e.g., test)
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ It simplifies the tasks of loading, transforming, analyzing, and visualizing dat

Read more about available modules [here](documents/readme_modules.md)

# Install
Below is an improved version of the installation instructions that you could use for the Optimed repository:

---

## Installation

Optimed is available via [PyPI](https://pypi.org/project/optimed/), which makes installation quick and easy. Follow the steps below to install the package for your desired setup.
Expand Down

0 comments on commit 021770f

Please sign in to comment.