Skip to content

Commit

Permalink
Remove references to removed/moved files
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 17, 2024
1 parent a6aee82 commit 2cef7fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/contributing/maintainers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ main: This is the main branch, which is consistently tested and prepared for rel

## Continuous Integration & Delivery

The GitHub Actions CI services handle the project's building, testing, and management across Linux, macOS, and Windows platforms. The CI configuration files can be found in the `./.github/workflows/`. Here we briefly summarize the functions of the files in the `./ci/` directory.
The GitHub Actions CI services handle the project's building, testing, and management across Linux, macOS, and Windows platforms. The CI configuration files can be found in the `./.github/workflows/`.

`environment-dev.yml` - The environment configuration file specifies dependencies for Python development.

`environment-mindeps.yaml`- Specifies an environment with the minimum supported dependency versions to detect backwards-incompatible code.

## Continuous Documentation

Expand Down

0 comments on commit 2cef7fb

Please sign in to comment.