Skip to content

Commit

Permalink
Merge branch 'issue-41-add-automated-tests' of https://github.com/vko…
Browse files Browse the repository at this point in the history
…ves/electrify-chicago into issue-41-add-automated-tests
  • Loading branch information
alexkcode committed Feb 7, 2024
2 parents d0e5935 + 2f7252d commit 33182e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,16 @@ Run the following command for individual unit test suite (where XXX is something

```bash
python3 -m pytest test/data/scripts/unit/XXX.py
```

## Known Development Issues

#### macOS libvips Error

If you encounter an error on macOS such as `sharp Prebuilt libvips 8.10.5 binaries are not yet available for darwin-arm64v8`, you'll need to install these dependencies separately. Install the [Brew package manager](https://brew.sh/), then run the following commands:

```
brew install --build-from-source gcc
xcode-select install
brew install vips
```

0 comments on commit 33182e2

Please sign in to comment.