Skip to content

Commit 2cef7fb

Browse files
committed
Remove references to removed/moved files
1 parent a6aee82 commit 2cef7fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/contributing/maintainers-guide.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ main: This is the main branch, which is consistently tested and prepared for rel
4444

4545
## Continuous Integration & Delivery
4646

47-
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.
47+
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/`.
4848

49-
`environment-dev.yml` - The environment configuration file specifies dependencies for Python development.
50-
51-
`environment-mindeps.yaml`- Specifies an environment with the minimum supported dependency versions to detect backwards-incompatible code.
5249

5350
## Continuous Documentation
5451

0 commit comments

Comments
 (0)