Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2024
1 parent ed6168f commit b2ab4be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,17 +237,17 @@ If your migrator needs special configuration, you should write a new factory fun

### Getting a Working Environment

The bot has an abstract set of requirements stored in the `environment.yml` file in this repo.
The bot has an abstract set of requirements stored in the `environment.yml` file in this repo.

It's production environment is locked via `conda-lock`. The lockfile is stored in `cf-graph-countyfair`
at [https://github.com/regro/cf-graph-countyfair/blob/master/conda-lock.yml](https://github.com/regro/cf-graph-countyfair/blob/master/conda-lock.yml).
It's production environment is locked via `conda-lock`. The lockfile is stored in `cf-graph-countyfair`
at [https://github.com/regro/cf-graph-countyfair/blob/master/conda-lock.yml](https://github.com/regro/cf-graph-countyfair/blob/master/conda-lock.yml).
The production environment is relocked regularly using a GitHub Actions [job](https://github.com/regro/cf-graph-countyfair/actions/workflows/relock.yaml).

There are two ways to get a working environment:

1. Use the `environment.yml` file in the repo with `conda env`.
2. Download the lockfile and use `conda-lock`. The best way to download the lockfile is via `wget` or `curl` or similar:

```bash
wget https://raw.githubusercontent.com/regro/cf-graph-countyfair/master/conda-lock.yml
```
Expand Down

0 comments on commit b2ab4be

Please sign in to comment.