This commit is contained in:
Eugene Yurtsev
2023-05-16 11:38:34 -04:00
parent bee136efa4
commit e06e707cbd
4 changed files with 78 additions and 5 deletions

View File

@@ -31,9 +31,6 @@ jobs:
poetry-version: "1.4.2"
cache-key: ${{ matrix.test_type }}
install-command: |
echo "Check the poetry lock file. If this fails use poetry to " \
"update the lock file: `poetry update` or refresh it `poetry lock --no-update`"
poetry lock --check
if [ "${{ matrix.test_type }}" == "core" ]; then
echo "Running core tests, installing dependencies with poetry..."
poetry install