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 Mar 6, 2024
2 parents 2022a60 + a60164a commit a8887c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ This project's Python data pipeline requires:
To install our Python dependencies, from the root of the project, run:

```bash
cd src/data
pip install --no-cache-dir -r requirements.txt
```

Expand All @@ -106,7 +105,7 @@ bash run_all.sh
### Run Data Processing Tests

Make sure test data is created/replaced before running tests by running the following script from
the main project directory (it will overwite the existing test data file if it exists):
the main project directory (it will overwrite the existing test data file if it exists):

```bash
bash create_test_data.sh
Expand Down
File renamed without changes.

0 comments on commit a8887c5

Please sign in to comment.