Skip to content

Commit ff9c65b

Browse files
Explicitly install client before running tests (#215)
Co-authored-by: Nicholas Muesch <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent d243324 commit ff9c65b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ else
1717
echo "LICENSE-3rdparty.csv is up to date"
1818
fi
1919

20+
# Explicitly install so we have the scm version.py file available
21+
python -m pip install -e .
22+
2023
# Run tests
2124
set +e
2225
python -m pytest -vvv

0 commit comments

Comments
 (0)