We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f97f33 + 0245814 commit 4366061Copy full SHA for 4366061
2 files changed
docs/contributing/maintain.rst
@@ -1,6 +1,11 @@
1
Maintaining SPRAS
2
=================
3
4
+Go dependency
5
+-----------------------
6
+The yamlfmt tool requires `Go <https://go.dev/doc/install>`__, which must
7
+be installed manually.
8
+
9
Reviewing pull requests
10
-----------------------
11
environment.yml
@@ -32,8 +32,6 @@ dependencies:
32
- pre-commit=4.2.0
33
- pytest=8.4.1
34
- pytest-split=0.10.0
35
- # development dependencies - conda-specific
36
- - go=1.24
37
38
- pip:
39
- dsub==0.4.13
0 commit comments