Skip to content

Commit

Permalink
Remove unused circleci stuff (#150)
Browse files Browse the repository at this point in the history
* Remove unused circleci stuff

* Replace circleci build config with github one in readme
  • Loading branch information
remyroy authored Sep 17, 2024
1 parent 79c2b09 commit eb977c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 313 deletions.
312 changes: 0 additions & 312 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ pre-commit install
### Building Binaries
**Developers Only**

ethstaker-deposit uses `pyinstaller` to create binaries. The requirements are in `build_configs`. Look at `.circleci/config.yml` to see it in action.
ethstaker-deposit uses `pyinstaller` to create binaries. The requirements are in `build_configs`. Look at `.github/workflows/build.yml` to see it in action.

For example Linux, in your Python virtual environment:
```sh
Expand Down

0 comments on commit eb977c5

Please sign in to comment.