We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e0d9f commit 4a8f949Copy full SHA for 4a8f949
.github/workflows/build.yaml
@@ -49,6 +49,7 @@ jobs:
49
run: |
50
setup -k -r .
51
scons -j2
52
+ python -c 'import importlib.metadata as M; print(M.version("lsst.sconsUtils"))'
53
54
- name: Upload coverage to codecov
55
uses: codecov/codecov-action@v4
0 commit comments