Skip to content

Commit 4a8f949

Browse files
committed
Ensure that the version can be determined
1 parent 36e0d9f commit 4a8f949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
run: |
5050
setup -k -r .
5151
scons -j2
52+
python -c 'import importlib.metadata as M; print(M.version("lsst.sconsUtils"))'
5253
5354
- name: Upload coverage to codecov
5455
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)