Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tania Allard <[email protected]>
  • Loading branch information
soapy1 and trallard authored Jan 6, 2025
1 parent 821a6e3 commit 21a5d54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pypi_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- run: echo "Running on conda-store-server"

- name: "Build and check package - conda-store-server 📦"
- name: "Build and check package 📦"
uses: hynek/build-and-inspect-python-package@v2
id: baipp
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
with:
fetch-depth: 0

- run: echo "Running on conda-store-server"

- name: "Build and check package - conda-store-server 📦"
- name: "Build and check package 📦"
uses: hynek/build-and-inspect-python-package@v2
id: baipp
with:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus-docs/community/contribute/local-setup-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Local development setup for conda-store
There are two main ways to set up your local environment and conda-store services (web UI, API server, database, etc.) for development:

- Using [Docker and Docker compose](#docker-setup-recommended): This is the recommended approach for working on `conda-store-server` library.
- Using [standalone mode](#standalone-setup): This approach avoids using docker and starts the conda-store services as one process
- Using [standalone mode](#standalone-setup): This approach avoids using Docker and starts the conda-store services as one process

:::important
You need a [local copy of the `conda-store` repository](community/contribute/contribute-code#setup-for-local-development) for the development setup.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus-docs/conda-store/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Introduction to conda-store (core) documentation

# conda-store (core)

The [`conda-store` repository on GitHub][conda-store-repo] contains the conda-store application. It has two entrypoints
The [`conda-store` repository on GitHub][conda-store-repo] contains the conda-store application. It has two entrypoints:

- **`conda-store-server`**: web server that provides the `conda-store` "service" through a REST API
- **`conda-store-worker`**: celery worker that runs actions for conda-store. For example, building, locking and installing environments
Expand Down

0 comments on commit 21a5d54

Please sign in to comment.